Skip to content

Commit

Permalink
ci: cache more jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Feb 28, 2025
1 parent dfd0fc2 commit cb3bf71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ jobs:
- uses: dtolnay/rust-toolchain@clippy
with:
toolchain: nightly-2025-02-20 # https://github.com/rust-lang/rust-clippy/issues/14303
- uses: Swatinem/rust-cache@v2
- run: cargo clippy --workspace --all-features
env:
RUSTFLAGS: -Dwarnings
Expand All @@ -128,6 +129,7 @@ jobs:
- uses: dtolnay/rust-toolchain@nightly
with:
components: rust-docs
- uses: Swatinem/rust-cache@v2
- run: cargo doc --workspace --all-features --no-deps --document-private-items
env:
RUSTDOCFLAGS: "--cfg doc_cfg -D warnings"
Expand Down

0 comments on commit cb3bf71

Please sign in to comment.