Skip to content

Commit 14c5cd5

Browse files
committed
CI: Attempt to satisfy Windows when invoking "bin/coverage"
1 parent e1a392e commit 14c5cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
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)