Skip to content

Commit a80b00a

Browse files
authored
Add check --features try-runtime CI job (paritytech#8532)
1 parent 3362659 commit a80b00a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitlab-ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,14 @@ cargo-check-subkey:
238238
- SKIP_WASM_BUILD=1 time cargo check --release
239239
- sccache -s
240240

241+
cargo-check-try-runtime:
242+
stage: test
243+
<<: *docker-env
244+
<<: *test-refs
245+
script:
246+
- time cargo check --features try-runtime
247+
- sccache -s
248+
241249
test-deterministic-wasm:
242250
stage: test
243251
<<: *docker-env

0 commit comments

Comments
 (0)