Skip to content

Commit

Permalink
Update unittest-flux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Feb 18, 2024
1 parent fc9809a commit c7e8fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittest-flux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
timeout-minutes: 5
run: >
flux start
coverage run --omit pympipool/_version.py -m unittest tests/test_flux.py;
coverage run --omit="pympipool/_version.py,tests/*" -m unittest tests/test_flux.py;
env:
OMPI_MCA_plm: 'isolated'
OMPI_MCA_rmaps_base_oversubscribe: 'yes'
Expand Down

0 comments on commit c7e8fbd

Please sign in to comment.