Skip to content

Commit

Permalink
fixup! Update CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaput committed Nov 28, 2024
1 parent 0ff1e75 commit 289a1b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,10 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2024-11-23
components: rustfmt
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: cargo +nightly fmt --check
- run: cargo +nightly-2024-11-23 fmt --check
- run: cargo clippy --all-targets --all-features -- --no-deps
env:
# Make sure CI fails on all warnings, including Clippy lints.
Expand Down

0 comments on commit 289a1b2

Please sign in to comment.