Skip to content

Commit 3393f38

Browse files
author
Daniel Marjamäki
committed
fix
1 parent 353e8dc commit 3393f38

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/gcc-versions.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
with:
3333
persist-credentials: false
3434

35-
- name: Build cppcheck
35+
- name: Build and run tests
3636
run: |
37-
docker run --rm -v ${{ github.workspace }}:/simplecpp -w /simplecpp ${{ matrix.image }} /bin/bash "make -j$(nproc) simplecpp testrunner ; ./testrunner"
37+
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

Comments
 (0)