add feature and fix ci (#9800)

This commit is contained in:
Guillaume Thiolliere
2021-09-20 16:49:04 +02:00
committed by GitHub
parent cddafd523e
commit 0930948580
7 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -516,7 +516,7 @@ test-wasmer-sandbox:
variables:
<<: *default-vars
script:
- time cargo test --release --features runtime-benchmarks,wasmer-sandbox
- time cargo test --release --features runtime-benchmarks,wasmer-sandbox,disable-ui-tests
- sccache -s
cargo-check-macos: