Skip to content

Commit dee99cc

Browse files
authored
Merge pull request #79 from kimkulling/kimkulling/fix-ci-unittest
Reenabe unittests
2 parents c9a16bb + 3854616 commit dee99cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
working-directory: ${{github.workspace}}/build
3434
# Execute tests defined by the CMake configuration.
3535
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
36-
run: ctest -C ${{env.BUILD_TYPE}}
36+
run: cd bin && ./openddlparser_unittest
3737

0 commit comments

Comments
 (0)