diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f3805f..ea48e29 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,10 +11,6 @@ tests: script: - cargo build --release - cargo fmt --all -- --check - # Audit fails, reported: https://gitlab.com/CentOS/automotive/src/cvd2img/-/issues/3 - # TODO: re-enable once fixed - # - cargo install cargo-audit - # - cargo audit - # Clippy fails, reported: https://gitlab.com/CentOS/automotive/src/cvd2img/-/issues/2 - # TODO: re-enable once fixed - # - cargo clippy -- -D warnings + - cargo clippy -- -D warnings + - cargo install cargo-audit + - cargo audit