We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeb8d64 commit 295bc81Copy full SHA for 295bc81
.github/workflows/ci.yml
@@ -27,6 +27,7 @@ jobs:
27
test:
28
name: Test
29
strategy:
30
+ fail-fast: false
31
matrix:
32
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
33
rust: ["stable"]
.github/workflows/rust-next.yml
@@ -6,6 +6,7 @@ jobs:
6
7
8
9
10
11
12
rust: ["stable", "beta"]
0 commit comments