Skip to content
Snippets Groups Projects
Commit c9e4d203 authored by Bastian Köcher's avatar Bastian Köcher Committed by Gavin Wood
Browse files

CI test executor with wasmtime (#4005)

parent d233ad55
Branches
No related merge requests found
......@@ -162,10 +162,21 @@ test-srml-staking: &test-srml-staking
- WASM_BUILD_NO_COLOR=1 time cargo test --release --verbose --no-default-features --features std
- sccache -s
test-wasmtime: &test-wasmtime
stage: test
<<: *docker-env
variables:
# Enable debug assertions since we are running optimized builds for testing
# but still want to have debug assertions.
RUSTFLAGS: -Cdebug-assertions=y
RUST_BACKTRACE: 1
except:
variables:
- $DEPLOY_TAG
script:
- cd core/executor
- WASM_BUILD_NO_COLOR=1 time cargo test --release --verbose --features wasmtime
- sccache -s
test-linux-stable-int:
<<: *test-linux
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment