Skip to content

Commit e89de1d

Browse files
committed
CI: Attempt to satisfy Windows when invoking "bin/coverage"
1 parent 716fa14 commit e89de1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ jobs:
6363
test_program=bin/test-quick
6464
fi
6565
if [[ ${{ matrix.os }} = "windows-latest" ]]; then
66-
test_program=bin\\test-quick
66+
test_program=D:\\a\\crate-python\\crate-python\\bin\\test-quick
6767
fi
6868
bin/coverage run $test_program -vv1

0 commit comments

Comments
 (0)