mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-10 17:11:03 +00:00
Add check --features try-runtime CI job (#8532)
This commit is contained in:
committed by
GitHub
parent
ec5c7762a0
commit
ca57860a13
@@ -238,6 +238,14 @@ cargo-check-subkey:
|
||||
- SKIP_WASM_BUILD=1 time cargo check --release
|
||||
- sccache -s
|
||||
|
||||
cargo-check-try-runtime:
|
||||
stage: test
|
||||
<<: *docker-env
|
||||
<<: *test-refs
|
||||
script:
|
||||
- time cargo check --features try-runtime
|
||||
- sccache -s
|
||||
|
||||
test-deterministic-wasm:
|
||||
stage: test
|
||||
<<: *docker-env
|
||||
|
||||
Reference in New Issue
Block a user