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 e884b9d commit a5ffb5bCopy full SHA for a5ffb5b
1 file changed
.github/workflows/gcc-versions.yml
@@ -1,6 +1,6 @@
1
# Syntax reference https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions
2
# Environment reference https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners
3
-name: CI-gcc-versions
+name: gcc-versions
4
5
on:
6
push:
@@ -32,4 +32,4 @@ jobs:
32
33
- name: Build cppcheck
34
run: |
35
- docker run --rm -v ${{ github.workspace }}:/src -w /src ${{ matrix.image }} make -j$(nproc) CXXOPTS="-Werror"
+ docker run --rm -v ${{ github.workspace }}:/src -w /src ${{ matrix.image }} make -j$(nproc) CXXOPTS="-Werror" test
0 commit comments