Skip to content

Commit

Permalink
Cleanup .github/workflows/ci-linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Feb 5, 2024
1 parent 7c33a7b commit 1b9771d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,16 @@ jobs:
# cython is for coverage
python -m pip install coverage cython
- name: Run tests
- name: Run sequential tests with nox
run: |
ls /usr/lib/x86_64-linux-gnu/libfftw3*
nox --session "tests(with_cov=True, with_mpi=False)"
make cleanall
- name: Run parallel tests with nox
run: |
nox --session "tests(with_cov=True, with_mpi=True)"
- name: Produce coverage xml
run: |
coverage xml
- name: Upload coverage to codecov
Expand Down

0 comments on commit 1b9771d

Please sign in to comment.