mirror of
https://github.com/FliegendeWurst/tmux-thumbs.git
synced 2024-11-09 16:00:35 +00:00
Add cargo audit
This commit is contained in:
parent
1cba9ce530
commit
d79ec42c9e
@ -11,8 +11,11 @@ rust:
|
|||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- rustup component add rustfmt
|
- rustup component add rustfmt
|
||||||
|
- cargo install --force cargo-audit
|
||||||
|
- cargo generate-lockfile
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cargo fmt --all -- --check
|
- cargo fmt --all -- --check
|
||||||
- cargo build
|
- cargo build
|
||||||
- cargo test
|
- cargo test
|
||||||
|
- cargo audit
|
||||||
|
Loading…
Reference in New Issue
Block a user