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.
1 parent 7863cb8 commit b152c2eCopy full SHA for b152c2e
.github/workflows/ci.yml
@@ -20,7 +20,6 @@ jobs:
20
- name: Check
21
run: bash contrib/scripts/check-fmt.sh check
22
23
- # TODO: check MSRV
24
check-crates:
25
name: Check crates
26
runs-on: ubuntu-latest
@@ -63,6 +62,8 @@ jobs:
63
62
64
- name: Rust Cache
65
uses: Swatinem/[email protected]
+ with:
66
+ key: ${{ matrix.crate }}
67
68
69
run: cargo check -p ${{ matrix.crate }}
@@ -83,8 +84,6 @@ jobs:
83
84
85
86
- with:
87
- key: "check-docs"
88
89
90
run: bash contrib/scripts/check-docs.sh
@@ -101,8 +100,6 @@ jobs:
101
100
102
103
104
105
- key: "build-no-std"
106
107
- name: Set default toolchain
108
run: rustup default nightly
0 commit comments