diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 32b57881..590ee769 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -55,4 +55,4 @@ jobs: - name: Test with pytest run: | - pytest -vx tests/test_runner.py \ No newline at end of file + pytest -vs tests/test_runner.py \ No newline at end of file