We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfadffc commit d55e17aCopy full SHA for d55e17a
.github/workflows/main.yml
@@ -60,6 +60,6 @@ jobs:
60
61
test_program=bin/test
62
if [[ ${{ matrix.os }} = "macos-latest" || ${{ matrix.os }} = "windows-latest" ]]; then
63
- test_program=bin/test-quick
+ test_program=$(which bin/test-quick)
64
fi
65
bin/coverage run $test_program -vv1
0 commit comments