Skip to content

Commit

Permalink
Added --exitfirst
Browse files Browse the repository at this point in the history
  • Loading branch information
famura committed Mar 20, 2024
1 parent 44c58a1 commit 65ab5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Run the fast and slow tests with coverage
run: |
pip install pytest-cov
pytest -m "not slow and not gpu" tests/ --cov=sbi --cov-report=xml
pytest -m "not slow and not gpu" tests/ --cov=sbi --cov-report=xml --exitfirst
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4-beta
Expand Down

0 comments on commit 65ab5a4

Please sign in to comment.