Add cargo audit

This commit is contained in:
Ferran Basora 2020-05-02 15:14:02 +00:00
parent 1cba9ce530
commit d79ec42c9e

View File

@ -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