We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2be70e + dae9dbb commit eeede73Copy full SHA for eeede73
.github/workflows/msrv.yml
@@ -29,6 +29,7 @@ jobs:
29
command: check
30
31
test:
32
+ needs: [check]
33
name: Test Suite
34
runs-on: ubuntu-latest
35
strategy:
@@ -53,6 +54,7 @@ jobs:
53
54
command: test
55
56
fmt:
57
58
name: Rustfmt
59
60
@@ -80,6 +82,7 @@ jobs:
80
82
args: --all -- --check
81
83
84
clippy:
85
86
name: Clippy
87
88
0 commit comments