diff --git a/.github/workflows/radsan.yml b/.github/workflows/radsan.yml index 76dd07a..02164f8 100644 --- a/.github/workflows/radsan.yml +++ b/.github/workflows/radsan.yml @@ -33,6 +33,4 @@ jobs: run: cmake --build build --config Release --parallel - name: Test - run: ctest -C Release --test-dir build --parallel --output-on-failure - - + run: cd build && ctest --output-on-failure