From f5c5df30ecccb0205112488994ecd4b952494b9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Venegas=20Arrab=C3=A9?= <6904865+cavearr@users.noreply.github.com> Date: Thu, 12 Dec 2024 00:49:13 +0100 Subject: [PATCH] Update build.yml Remove old TOX check and swap by new tests --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 15cd4f6a..7c4f93f5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,6 +24,6 @@ jobs: run: | make deps - - name: Run tox + - name: Run Tests run: | - make tox + make check-all