Skip to content

Commit fbdf89f

Browse files
committed
change to own docker image
1 parent 1916822 commit fbdf89f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux_run.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)