Skip to content

Commit

Permalink
install fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jdonszelmann committed Nov 24, 2023
1 parent be31100 commit a0b8142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- nightly
steps:
- uses: actions/checkout@v3
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }} && rustup component add clippy
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }} && rustup component add clippy && cargo install cargo-fmt
- run: cargo build --verbose
- run: cargo test --verbose
- run: cargo clippy --all-features -- -D warnings
Expand Down

0 comments on commit a0b8142

Please sign in to comment.