Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
matrss committed Feb 15, 2024
1 parent 405b247 commit a3e5de4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/testing-all-oses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ jobs:
environment-name: ci
- name: Run tests
timeout-minutes: 10
run: micromamba run -n ci xvfb-run pytest -v -n 6 --dist loadfile --max-worker-restart 4 --durations=20
--cov=mslib ${{ (matrix.order == 'normal' && ' ') || (matrix.order == 'reverse' && '--reverse') }} tests
run: micromamba run -n ci ${{ (startsWith(matrix.os, 'ubuntu') && 'xvfb-run') || 'env QT_QPA_PLATFORM=offscreen' }}
pytest -v -n 6 --dist loadfile --max-worker-restart 4 --durations=20 --cov=mslib
${{ (matrix.order == 'normal' && ' ') || (matrix.order == 'reverse' && '--reverse') }} tests

- name: Collect coverage
env:
Expand Down

0 comments on commit a3e5de4

Please sign in to comment.