Skip to content

Commit

Permalink
Don't run slow tests twice
Browse files Browse the repository at this point in the history
  • Loading branch information
calum-chamberlain committed Oct 27, 2023
1 parent 15832aa commit aefd908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: run main test suite
shell: bash -l {0}
run: |
py.test -n 2 -m "not serial and not network and not superslow" --cov-report=xml --dist loadscope
py.test -n 2 -m "not serial and not network and not superslow and not slow" --cov-report=xml --dist loadscope
- name: run serial test
if: always()
Expand Down

0 comments on commit aefd908

Please sign in to comment.