We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68e1965 commit bfadffcCopy full SHA for bfadffc
.github/workflows/main.yml
@@ -59,7 +59,7 @@ 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" || ${{ matrix.os }} = "windows-latest" ]]; then
63
test_program=bin/test-quick
64
fi
65
bin/coverage run $test_program -vv1
0 commit comments