You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/pipeline.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -243,13 +243,13 @@ jobs:
243
243
timeout-minutes: 5
244
244
run: |
245
245
pip install . --no-deps --no-build-isolation
246
-
coverage run -a --omit="executorlib/_version.py,tests/*" -m unittest discover tests
246
+
coverage run -a
247
247
- name: Test Flux with OpenMPI
248
248
shell: bash -l {0}
249
249
timeout-minutes: 5
250
250
run: >
251
251
flux start
252
-
coverage run -a --omit="executorlib/_version.py,tests/*" -m unittest tests/test_fluxpythonspawner.py tests/test_fluxjobexecutor_plot.py tests/test_fluxjobexecutor.py tests/test_fluxclusterexecutor.py;
252
+
coverage run -a -m unittest tests/test_fluxpythonspawner.py tests/test_fluxjobexecutor_plot.py tests/test_fluxjobexecutor.py tests/test_fluxclusterexecutor.py;
0 commit comments