We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 716fa14 commit e89de1dCopy full SHA for e89de1d
.github/workflows/main.yml
@@ -63,6 +63,6 @@ jobs:
63
test_program=bin/test-quick
64
fi
65
if [[ ${{ matrix.os }} = "windows-latest" ]]; then
66
- test_program=bin\\test-quick
+ test_program=D:\\a\\crate-python\\crate-python\\bin\\test-quick
67
68
bin/coverage run $test_program -vv1
0 commit comments