Skip to content

Commit

Permalink
Use accumulate option
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Feb 19, 2024
1 parent ea43a0a commit b21df3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittest-flux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
mamba install -y flux-core=0.58.0 coverage
pip install versioneer[toml]==0.29
pip install . --no-deps --no-build-isolation
coverage run --omit="pympipool/_version.py,tests/*" -m unittest discover tests
coverage run -a --omit="pympipool/_version.py,tests/*" -m unittest discover tests
env:
OMPI_MCA_plm: 'isolated'
OMPI_MCA_rmaps_base_oversubscribe: 'yes'
Expand All @@ -55,7 +55,7 @@ jobs:
timeout-minutes: 5
run: >
flux start
coverage run --omit="pympipool/_version.py,tests/*" -m unittest tests/test_flux.py;
coverage run -a --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 b21df3b

Please sign in to comment.