Skip to content

Commit 340f75a

Browse files
committed
allow standalone tests only with GFortran compiler
1 parent 6a5d50c commit 340f75a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
environment-file: ci/environment_${{ matrix.compiler }}_${{ matrix.mpi }}.yml
3131

3232
- name: Run standalone tests without custom MPI wrappers
33+
if: matrix.compiler == 'gfortran'
3334
shell: bash -e -x -l {0}
3435
run: |
3536
cd tests

0 commit comments

Comments
 (0)