mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 12:56:30 +03:00
ci: make scripts/deny.sh test the locked version of dependencies
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -61,7 +61,7 @@ jobs:
|
|||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
- uses: EmbarkStudios/cargo-deny-action@76cd80eb775d7bbbd2d80292136d74d39e1b4918
|
- uses: EmbarkStudios/cargo-deny-action@76cd80eb775d7bbbd2d80292136d74d39e1b4918
|
||||||
with:
|
with:
|
||||||
arguments: --all-features --workspace
|
arguments: --workspace --all-features --locked
|
||||||
command: check
|
command: check
|
||||||
command-arguments: "-Dwarnings"
|
command-arguments: "-Dwarnings"
|
||||||
|
|
||||||
|
|||||||
@@ -3,4 +3,4 @@
|
|||||||
# Update package cache without changing the lockfile.
|
# Update package cache without changing the lockfile.
|
||||||
cargo update --dry-run
|
cargo update --dry-run
|
||||||
|
|
||||||
cargo deny --workspace --all-features check -D warnings
|
cargo deny --workspace --all-features --locked check -D warnings
|
||||||
|
|||||||
Reference in New Issue
Block a user