Skip to content

Commit

Permalink
component installs
Browse files Browse the repository at this point in the history
  • Loading branch information
shanemadden committed Aug 19, 2024
1 parent e702ee3 commit e41d4c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
components: clippy, rustfmt
- run: cargo fmt --all -- --check
- run: cargo clippy --all-features -- -D warnings
- run: cargo test --all-features

0 comments on commit e41d4c5

Please sign in to comment.