diff --git a/.github/workflows/cmake_nagfor.yml b/.github/workflows/cmake_nagfor.yml index aeb42afcfd..7abeeb848d 100644 --- a/.github/workflows/cmake_nagfor.yml +++ b/.github/workflows/cmake_nagfor.yml @@ -55,9 +55,9 @@ jobs: export FFLAGS export FC=nagfor cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=. -LAH -DCMAKE_C_FLAGS="" -DCMAKE_Fortran_FLAGS="${FFLAGS}" . - cmake --build . --target install --parallel 4 - cmake --build . --target examples --parallel 4 - ctest --output-on-failure -V + cmake --build . --target install + cmake --build . --target tests + ctest --output-on-failure -V -E stress # The following job check whether the tests were successful or cancelled due to timeout.