File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -91,15 +91,15 @@ jobs:
9191 - name : Run Unit/Integration tests
9292 working-directory : ${{ env.BUILD_DIR }}
9393 run : |
94- ctest -C $BUILD_TYPE --verbose --extra-verbose --debug -T test --output-on-failure --output-junit "${{ github.workspace }}/docs/test_results.xml"
94+ ctest -C Debug --verbose --extra-verbose --debug -T test --output-on-failure --output-junit "${{ github.workspace }}/docs/test_results.xml"
9595
9696 - name : Run fuzzer tests
9797 run : |
9898 if [ "${{ inputs.compiler }}" == "clang" ]; then
9999 ./${{ env.BUILD_DIR }}/first_fuzz_test
100100 else
101101 echo "Compiled with GCC so no fuzz testing!"
102- fi
102+ fi
103103 working-directory: ${{ github.workspace }}
104104
105105 - name : Build Code Coverage
You can’t perform that action at this time.
0 commit comments