We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 353e8dc commit 3393f38Copy full SHA for 3393f38
1 file changed
.github/workflows/gcc-versions.yml
@@ -32,6 +32,7 @@ jobs:
32
with:
33
persist-credentials: false
34
35
- - name: Build cppcheck
+ - name: Build and run tests
36
run: |
37
- docker run --rm -v ${{ github.workspace }}:/simplecpp -w /simplecpp ${{ matrix.image }} /bin/bash "make -j$(nproc) simplecpp testrunner ; ./testrunner"
+ docker run --rm -v ${{ github.workspace }}:/simplecpp -w /simplecpp ${{ matrix.image }} make -j$(nproc) simplecpp testrunner
38
+ docker run --rm -v ${{ github.workspace }}:/simplecpp -w /simplecpp ${{ matrix.image }} ./testrunner
0 commit comments