Skip to content

Commit a5ffb5b

Browse files
committed
make test
1 parent e884b9d commit a5ffb5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gcc-versions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Syntax reference https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions
22
# Environment reference https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners
3-
name: CI-gcc-versions
3+
name: gcc-versions
44

55
on:
66
push:
@@ -32,4 +32,4 @@ jobs:
3232

3333
- name: Build cppcheck
3434
run: |
35-
docker run --rm -v ${{ github.workspace }}:/src -w /src ${{ matrix.image }} make -j$(nproc) CXXOPTS="-Werror"
35+
docker run --rm -v ${{ github.workspace }}:/src -w /src ${{ matrix.image }} make -j$(nproc) CXXOPTS="-Werror" test

0 commit comments

Comments
 (0)