We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9a16bb + 3854616 commit dee99ccCopy full SHA for dee99cc
.github/workflows/cmake.yml
@@ -33,5 +33,5 @@ jobs:
33
working-directory: ${{github.workspace}}/build
34
# Execute tests defined by the CMake configuration.
35
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
36
- run: ctest -C ${{env.BUILD_TYPE}}
+ run: cd bin && ./openddlparser_unittest
37
0 commit comments