Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
Correction for test execution
  • Loading branch information
ZigRazor authored Oct 7, 2024
1 parent 564a8c0 commit a4d22c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ jobs:
working-directory: ${{github.workspace}}/build/test
# Execute tests defined by the CMake configuration.
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: ctest -C
run: ctest

0 comments on commit a4d22c9

Please sign in to comment.