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:
gabriel klawitter
2019-02-05 10:50:44 +01:00
committed by GitHub
parent 822c7ded45
commit 888e7bb76f
2 changed files with 83 additions and 0 deletions
+13
View File
@@ -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