Skip to content

Commit d55e17a

Browse files
committed
CI: Attempt to satisfy Windows when invoking "bin/coverage"
1 parent bfadffc commit d55e17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ jobs:
6060
6161
test_program=bin/test
6262
if [[ ${{ matrix.os }} = "macos-latest" || ${{ matrix.os }} = "windows-latest" ]]; then
63-
test_program=bin/test-quick
63+
test_program=$(which bin/test-quick)
6464
fi
6565
bin/coverage run $test_program -vv1

0 commit comments

Comments
 (0)