We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b135b6f + 76c4714 commit f83fccbCopy full SHA for f83fccb
.github/workflows/ci.yml
@@ -10,6 +10,7 @@ jobs:
10
name: cargo check
11
runs-on: ${{ matrix.os }}
12
strategy:
13
+ fail-fast: false
14
matrix:
15
os: [ubuntu-latest, macOS-latest, windows-latest]
16
steps:
@@ -21,6 +22,7 @@ jobs:
21
22
name: cargo test
23
24
25
26
27
28
@@ -41,6 +43,7 @@ jobs:
41
43
name: cargo clippy -- -D warnings
42
44
45
46
47
48
49
@@ -70,6 +73,7 @@ jobs:
70
73
name: Code Coverage
71
74
runs-on: ${{ matrix.job.os }}
72
75
76
77
78
job:
79
- { os: ubuntu-latest , features: unix }
0 commit comments