Skip to content

Commit

Permalink
Remove ctest arguments in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtrevelyan committed Nov 22, 2023
1 parent 85a4fcd commit 187f346
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/radsan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 187f346

Please sign in to comment.