Skip to content

Commit

Permalink
Do not execute run test with ecosys enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasTorsvik committed Oct 17, 2023
1 parent 71f2575 commit 006ca56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ jobs:
mpi: [true, false]
openmp: ['enabled', 'disabled']
ecosys: [true, false]
exclude:
# Run test (fuk95 executed with mpi=false) fails with ecosys
- ecosys: true
mpi: false
# Tell Meson to use Intel compilers
env:
CC: icc
Expand Down

0 comments on commit 006ca56

Please sign in to comment.