never let clippy fail, use CARGO_PKG_NAME, allow issues on gh, simplify regex a tad

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2023-11-29 23:19:53 -05:00
parent 1a3051eb4a
commit 56e4166ee8
4 changed files with 4 additions and 17 deletions

View file

@ -145,7 +145,6 @@ test:cargo:
test:clippy:
extends: .test-shared-settings
allow_failure: true
before_script:
- rustup component add clippy
- apt-get update && apt-get -y --no-install-recommends install libclang-dev # dependency for rocksdb
@ -166,7 +165,6 @@ test:format:
test:audit:
extends: .test-shared-settings
allow_failure: true
script:
- cargo audit --color always || true
- cargo audit --stale --json | gitlab-report -p audit > gl-sast-report.json