Skip to content

Commit

Permalink
Merge pull request #433 from perillo/fix-ci-run-test
Browse files Browse the repository at this point in the history
workflows: fix ci-run-tests.sh script
  • Loading branch information
SimonKagstrom authored Apr 4, 2024
2 parents bc0a626 + eef552a commit c5a463d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -euo pipefail

run () {
tests/tools/run-tests build/src/kcov /tmp/ build-tests/ `pwd` -v || exit 64
tests/tools/run-tests build/src/kcov /tmp/ build-tests/ "." -v "$@" || exit 64
}

run "$@"
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
if: ${{ matrix.arch == 'amd64' }}
run: |
sudo .github/workflows/generic-build.sh ${{ matrix.arch }}
sudo .github/workflows/ci-run-tests.sh ${{ matrix.arch }}
sudo .github/workflows/ci-run-tests.sh
wget https://codecov.io/bash || true
bash bash -s /tmp/kcov-kcov || true
Expand Down

0 comments on commit c5a463d

Please sign in to comment.