Skip to content

Commit

Permalink
remove -n
Browse files Browse the repository at this point in the history
  • Loading branch information
hmacdope committed Sep 30, 2024
1 parent eed31de commit 702271c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ jobs:
- name: Run tests
run: |
pytest -n 0 -v --color=yes test_app.py
pytest -v --color=yes test_app.py

0 comments on commit 702271c

Please sign in to comment.