Skip to content

Commit

Permalink
Only do test run with mpi==false and openmp==enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasTorsvik committed Oct 17, 2023
1 parent 006ca56 commit aa961e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ jobs:
meson compile -C builddir
- name: Test code
if: ${{ matrix.mpi == false }}
# Test fuk95 frequently times out when openmp='disabled'
if: ${{ matrix.mpi == false }} && ${{ matrix.openmp == 'enabled' }}
run: |
source /opt/intel/oneapi/setvars.sh
meson test -C builddir
Expand Down

0 comments on commit aa961e8

Please sign in to comment.