We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7a6ab5 commit 95493bcCopy full SHA for 95493bc
1 file changed
.github/workflows/build-with-gfortran.yml
@@ -26,4 +26,4 @@ jobs:
26
- name: Build and Run unit tests
27
run: |
28
fpm test --compiler gfortran-14
29
- (set +e ; stdout_stderr=$(fpm test --target false-assertion --compiler gfortran --flag -DRUN_FALSE_ASSERTIONS --profile release) ; echo "$stdout_stderr" | grep "expected 2; actual value is 1" &> /dev/null ; test $? = 0)
+ (set +e ; stdout_stderr=$(fpm test --target false-assertion --compiler gfortran-14 --flag -DRUN_FALSE_ASSERTIONS --profile release) ; echo "$stdout_stderr" | grep "expected 2; actual value is 1" &> /dev/null ; test $? = 0)
0 commit comments