diff --git a/substrate/.gitlab-ci.yml b/substrate/.gitlab-ci.yml index e9f17f5450..81ff29d324 100644 --- a/substrate/.gitlab-ci.yml +++ b/substrate/.gitlab-ci.yml @@ -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