Skip to content

Commit

Permalink
Merge pull request #1047 from dstl/slow_tests
Browse files Browse the repository at this point in the history
Include slow tests on CircleCI
  • Loading branch information
sdhiscocks authored Jun 19, 2024
2 parents 9a95387 + 7a888e0 commit 482b3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
command: |
. venv/bin/activate
mkdir test-reports
pytest --junitxml=test-reports/junit.xml --cov --cov-report=xml:test-reports/coverage.xml stonesoup
pytest --junitxml=test-reports/junit.xml --cov --cov-report=xml:test-reports/coverage.xml --slow stonesoup
- store_test_results:
path: test-reports/junit.xml
- store_artifacts:
Expand Down

0 comments on commit 482b3b8

Please sign in to comment.