Skip to content

Commit 380ce21

Browse files
authored
Update ci.yaml
1 parent 862e249 commit 380ce21

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ jobs:
1313
with:
1414
toolchain: nightly
1515
components: rustfmt
16-
- run: cargo +nightly fmt --all -- --check
16+
- run: cargo +nightly --version
1717
- uses: actions-rust-lang/setup-rust-toolchain@v1
1818
with:
1919
toolchain: stable
2020
components: clippy
21-
- uses: Swatinem/rust-cache@v2
22-
- run: cargo clippy --all-targets --all-features --locked -- -D
21+
- run: cargo +stable --version

0 commit comments

Comments
 (0)