Skip to content

Commit 295bc81

Browse files
committed
chore(ci): Workaround Windows problems
1 parent eeb8d64 commit 295bc81

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
test:
2828
name: Test
2929
strategy:
30+
fail-fast: false
3031
matrix:
3132
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
3233
rust: ["stable"]

.github/workflows/rust-next.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jobs:
66
test:
77
name: Test
88
strategy:
9+
fail-fast: false
910
matrix:
1011
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
1112
rust: ["stable", "beta"]

0 commit comments

Comments
 (0)