Skip to content

Commit

Permalink
.github/workflows/_test.yml : added option -m "not system" to the pyt…
Browse files Browse the repository at this point in the history
…est call, in order to skip the long running tests.
  • Loading branch information
ClaasRostock committed Dec 9, 2024
1 parent 5a86a58 commit 8bc89df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
uv pip install pytest
uv pip install pytest-cov
- name: Run pytest
run: uv run pytest --cov
run: uv run pytest --cov -m "not system"

0 comments on commit 8bc89df

Please sign in to comment.