Skip to content

Commit

Permalink
fix arg
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Feb 16, 2024
1 parent 9401b21 commit 805c6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_pytest_fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
run: poetry install

- name: Run Pytest
run: poetry run pytest -m "not slow" --fast-fail
run: poetry run pytest -m "not slow" --exitfirst

0 comments on commit 805c6f4

Please sign in to comment.