From ca57860a13195087fc20fa6654c64d2d029b97df Mon Sep 17 00:00:00 2001 From: Vladimir Istyufeev Date: Tue, 6 Apr 2021 16:16:11 +0300 Subject: [PATCH] Add `check --features try-runtime` CI job (#8532) --- substrate/.gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) 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