Skip to content

Commit

Permalink
Set up tests to ignore benchmark code.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcdermott committed Sep 12, 2024
1 parent 82b4004 commit 05392fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
#----------------------------------------------
- name: Run tests
run: |
pytest -v --doctest-modules --cov=src --junitxml=junit.xml -s --ignore=performance_tests
pytest -v --doctest-modules --cov=src --junitxml=junit.xml -s --ignore=performance_tests --ignore=benchmarks
- name: Upload coverage to Codecov
uses: codecov/[email protected]
Expand Down

0 comments on commit 05392fb

Please sign in to comment.