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 3c353c5 commit a4885eeCopy full SHA for a4885ee
.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.exe
67
+ fi
68
bin/coverage run $test_program -vv1
0 commit comments