We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfadffc commit 716fa14Copy full SHA for 716fa14
.github/workflows/main.yml
@@ -59,7 +59,10 @@ jobs:
59
bin/flake8
60
61
test_program=bin/test
62
- if [[ ${{ matrix.os }} = "macos-latest" || ${{ matrix.os }} = "windows-latest" ]]; then
+ if [[ ${{ matrix.os }} = "macos-latest" ]]; then
63
test_program=bin/test-quick
64
fi
65
+ if [[ ${{ matrix.os }} = "windows-latest" ]]; then
66
+ test_program=bin\\test-quick
67
+ fi
68
bin/coverage run $test_program -vv1
0 commit comments