Skip to content

Commit

Permalink
Lock the install of cargo-deny (#1588)
Browse files Browse the repository at this point in the history
For the same reasons that we normally recommend it: because it
guarantees there's no breaking changes in the dependencies when the
binary is installed.
  • Loading branch information
workingjubilee authored Feb 26, 2024
1 parent c21c2bb commit f3d83d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
run: cargo fmt --all -- --check

- name: Run license check
run: cargo install cargo-deny && ./ci/license-check.sh
run: cargo install cargo-deny --locked && ./ci/license-check.sh

# We can't lint most crates because they require "cargo pgrx init" to build
- name: Clippy -Dwarnings sql-entity-graph
Expand Down

0 comments on commit f3d83d2

Please sign in to comment.