mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 14:41:02 +00:00
@@ -7,7 +7,6 @@
|
|||||||
|
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- pre-test
|
|
||||||
- test
|
- test
|
||||||
- build
|
- build
|
||||||
- publish
|
- publish
|
||||||
@@ -58,7 +57,7 @@ variables:
|
|||||||
#### stage: test
|
#### stage: test
|
||||||
|
|
||||||
check-runtime:
|
check-runtime:
|
||||||
stage: pre-test
|
stage: test
|
||||||
image: parity/tools:latest
|
image: parity/tools:latest
|
||||||
<<: *kubernetes-build
|
<<: *kubernetes-build
|
||||||
only:
|
only:
|
||||||
@@ -72,7 +71,7 @@ check-runtime:
|
|||||||
|
|
||||||
|
|
||||||
check-line-width:
|
check-line-width:
|
||||||
stage: pre-test
|
stage: test
|
||||||
image: parity/tools:latest
|
image: parity/tools:latest
|
||||||
<<: *kubernetes-build
|
<<: *kubernetes-build
|
||||||
only:
|
only:
|
||||||
@@ -83,7 +82,7 @@ check-line-width:
|
|||||||
|
|
||||||
|
|
||||||
cargo-audit:
|
cargo-audit:
|
||||||
stage: pre-test
|
stage: test
|
||||||
<<: *docker-env
|
<<: *docker-env
|
||||||
except:
|
except:
|
||||||
- /^[0-9]+$/
|
- /^[0-9]+$/
|
||||||
@@ -92,6 +91,15 @@ cargo-audit:
|
|||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
||||||
|
|
||||||
|
cargo-check-benches:
|
||||||
|
stage: test
|
||||||
|
<<: *docker-env
|
||||||
|
script:
|
||||||
|
- ./scripts/build.sh --locked
|
||||||
|
- time cargo check --benches
|
||||||
|
- sccache -s
|
||||||
|
|
||||||
|
|
||||||
cargo-check-subkey:
|
cargo-check-subkey:
|
||||||
stage: test
|
stage: test
|
||||||
<<: *docker-env
|
<<: *docker-env
|
||||||
|
|||||||
Reference in New Issue
Block a user