Skip to content

Commit 353e8dc

Browse files
author
Daniel Marjamäki
committed
test
1 parent c468a33 commit 353e8dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gcc-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434

3535
- name: Build cppcheck
3636
run: |
37-
docker run --rm -v ${{ github.workspace }}:/src -w /src ${{ matrix.image }} make -j$(nproc) CXXOPTS="-Werror" test
37+
docker run --rm -v ${{ github.workspace }}:/simplecpp -w /simplecpp ${{ matrix.image }} /bin/bash "make -j$(nproc) simplecpp testrunner ; ./testrunner"

0 commit comments

Comments
 (0)