Skip to content

Commit

Permalink
ci: add rustfmt component to toolchain setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Altair-Bueno committed Jan 2, 2025
1 parent 9b0f2a0 commit 29cd647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
key: ${{ runner.os }}-cargo-${{ matrix.toolchain }} # ${{ hashFiles('**/Cargo.lock') }}
- run:
rustup update ${{ matrix.toolchain }} && rustup default ${{
matrix.toolchain }} && rustup component add clippy
matrix.toolchain }} && rustup component add clippy rustfmt
- run: make ci

0 comments on commit 29cd647

Please sign in to comment.