diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5882fc747..28226a043 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -107,8 +107,7 @@ jobs: mkdir build cd build cmake .. - cmake --build . --config Release - ctest -C Release --output-on-failure + cmake --build . --config Release && ctest -C Release --output-on-failure - name: Get commit hash id: commit