Skip to content

Commit

Permalink
CI: Attempt to satisfy Windows when invoking "bin/coverage"
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 3, 2020
1 parent bfadffc commit d55e17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ jobs:
test_program=bin/test
if [[ ${{ matrix.os }} = "macos-latest" || ${{ matrix.os }} = "windows-latest" ]]; then
test_program=bin/test-quick
test_program=$(which bin/test-quick)
fi
bin/coverage run $test_program -vv1

0 comments on commit d55e17a

Please sign in to comment.