Skip to content

Commit

Permalink
Improve Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vorot93 committed Jun 20, 2024
1 parent c0bee8f commit b51b735
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
toolchain: stable
components: rustfmt, clippy
- run: cargo fmt --all --check -- --config=imports_granularity=Crate
- run: cargo install cargo-hack
- uses: taiki-e/install-action@v2
with:
tool: cargo-hack
- run: cargo hack clippy --workspace --each-feature -- -D warnings
- run: cargo hack test --workspace --each-feature

0 comments on commit b51b735

Please sign in to comment.