image: rust:1.59-alpine3.15 stages: - test test: stage: test before_script: - apk --no-cache add musl-dev script: - cargo test audit: stage: test before_script: - apk --no-cache add musl-dev cargo-audit script: - cargo audit