Skip to content

Commit

Permalink
ci: add --frozen flag to cargo check in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
iTrooz committed Apr 28, 2024
1 parent 00d82a1 commit 2cf3dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: cargo fmt -- --check

- name: Run cargo check
run: cargo check --all-features
run: cargo check --all-features --frozen

- name: Run cargo clippy
run: cargo clippy --all-features
Expand Down

0 comments on commit 2cf3dc9

Please sign in to comment.