mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-09 07:07:59 +00:00
add test for wasm runtime changes (#1612)
* add test for wasm runtime changes * use default container * disable cache for runtime source test * compare spec_versions directly
This commit is contained in:
committed by
GitHub
parent
822c7ded45
commit
888e7bb76f
@@ -37,6 +37,17 @@ cache:
|
||||
|
||||
#### stage: test
|
||||
|
||||
test:runtime:
|
||||
stage: test
|
||||
# image: alpine/git:latest
|
||||
cache: {}
|
||||
tags:
|
||||
- linux-docker
|
||||
only:
|
||||
- /^[0-9]+$/
|
||||
script:
|
||||
- ./scripts/gitlab/check_runtime.sh
|
||||
|
||||
|
||||
test:rust:stable: &test
|
||||
stage: test
|
||||
@@ -57,6 +68,8 @@ test:rust:stable: &test
|
||||
tags:
|
||||
- linux-docker
|
||||
before_script:
|
||||
- echo "build cache size:"
|
||||
- du -hs ${CARGO_HOME} ./target
|
||||
- ./scripts/build.sh
|
||||
script:
|
||||
- time cargo test --all --release --verbose --locked
|
||||
|
||||
Reference in New Issue
Block a user