chore: Use a separate stage for CI audit

This commit is contained in:
Orhun Parmaksız 2022-01-08 17:53:50 +03:00
parent 9315a188ba
commit 82a5efb399
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90
1 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@ before_script:
stages:
- lint
- test
- audit
format:
stage: lint
@ -18,7 +19,7 @@ clippy:
- cargo clippy --all -- -D warnings
audit:
stage: lint
stage: audit
script:
- cargo audit