Skip to content

Commit

Permalink
temporarily suppress short tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robsdavis committed Sep 17, 2024
1 parent 8dda640 commit cb59180
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/test_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,15 @@ jobs:
- name: Limit OpenMP threads
run: |
echo "OMP_NUM_THREADS=2" >> $GITHUB_ENV
- name: Test Core - slow
# timeout-minutes: 1000
- name: Test Core - slow part one
run: |
pip install .[testing]
pytest -vvvs --durations=50 -m "slow"
# - name: Test Core - slow part two
# timeout-minutes: 1000
# run: |
# pip install .[testing]
# pytest -vvvs --durations=50 -m "slow_2"
pytest -vvvs --durations=50 -m "slow_1"
- name: Test Core - slow part two
run: |
pip install .[testing]
pytest -vvvs --durations=50 -m "slow_2"
- name: Test Core - fast
timeout-minutes: 1000
run: |
pip install .[testing]
pytest -vvvs --durations=50 -m "not slow"
Expand Down

0 comments on commit cb59180

Please sign in to comment.