mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 11:41:02 +00:00
add cargo audit
This commit is contained in:
@@ -41,6 +41,15 @@ variables:
|
|||||||
|
|
||||||
#### stage: test
|
#### stage: test
|
||||||
|
|
||||||
|
cargo-audit:
|
||||||
|
stage: test
|
||||||
|
<<: *docker-env
|
||||||
|
except:
|
||||||
|
- /^[0-9]+$/
|
||||||
|
script:
|
||||||
|
- cargo audit
|
||||||
|
allow_failure: true
|
||||||
|
|
||||||
test-linux-stable:
|
test-linux-stable:
|
||||||
stage: test
|
stage: test
|
||||||
<<: *docker-env
|
<<: *docker-env
|
||||||
|
|||||||
Reference in New Issue
Block a user