Run cargo generate-lockfile on CI before running cargo-audit.
This commit is contained in:
parent
f59d9d1fb1
commit
db709e2fdd
@ -4,6 +4,7 @@ before_script:
|
|||||||
- "rustup component add rustfmt"
|
- "rustup component add rustfmt"
|
||||||
- "rustup component add clippy"
|
- "rustup component add clippy"
|
||||||
- "cargo install --force cargo-audit"
|
- "cargo install --force cargo-audit"
|
||||||
|
- "cargo generate-lockfile"
|
||||||
script:
|
script:
|
||||||
- "cargo audit"
|
- "cargo audit"
|
||||||
- "cargo fmt --all -- --check"
|
- "cargo fmt --all -- --check"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user