Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Marian Tietz committed Dec 10, 2024
1 parent 114d813 commit 72fd9d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: |
#make test
# TODO: also test with --no-gc
python --db monitor_db.sqlite -m pytest -n 3 tests/
python -m pytest --db monitor_db.sqlite -n 3 tests/
- name: Upload monitor data
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 72fd9d5

Please sign in to comment.