Skip to content

Commit

Permalink
tests: split test suite for faster overall runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
brycedrennan committed Sep 30, 2023
1 parent 0630ed3 commit 8641524
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 @@ -79,4 +79,4 @@ jobs:
- name: Test with pytest
timeout-minutes: 20
run: |
pytest --durations=50 -v
pytest --durations=50 -v --subset ${{ matrix.subset }}

0 comments on commit 8641524

Please sign in to comment.