Add check --features try-runtime CI job (#8532)

This commit is contained in:
Vladimir Istyufeev
2021-04-06 16:16:11 +03:00
committed by GitHub
parent ec5c7762a0
commit ca57860a13
+8
View File
@@ -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