diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6867250c8..87f5aba3d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -59,8 +59,7 @@ jobs: with: dependency_type: minimum - name: Run the unit tests - run: | - hatch run test:nowarn || hatch -v run test:nowarn --lf + run: hatch run test:nowarn test_lint: name: Test Lint @@ -96,8 +95,7 @@ jobs: with: dependency_type: pre - name: Run the tests - run: | - hatch run test:nowarn || hatch run test:nowarn --lf + run: hatch run test:nowarn make_sdist: name: Make SDist