Skip to content

Commit

Permalink
ci: add clippy to toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Altair-Bueno committed Jan 2, 2025
1 parent 72a19bd commit 1ba55b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
~/.cargo/git/db/
# target/
key: ${{ runner.os }}-cargo-${{ matrix.toolchain }} # -${{ hashFiles('**/Cargo.lock') }}
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run:
rustup update ${{ matrix.toolchain }} && rustup default ${{
matrix.toolchain }} && rustup add clippy
- run: cargo publish
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATESIO_REGISTRY_TOKEN }}

0 comments on commit 1ba55b0

Please sign in to comment.