From 73891bc189ad17ab402d1de372bb0befbac9a034 Mon Sep 17 00:00:00 2001 From: Denis P Date: Tue, 21 Jul 2020 13:28:16 +0200 Subject: [PATCH] change (ci): new stable test --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9b4e7cb6..94f52ad8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -242,7 +242,8 @@ ci-linux-test: variables: <<: *default-vars GIT_STRATEGY: none - RUSTFLAGS: "-Cdebug-assertions=y" + RUSTFLAGS: "-Cdebug-assertions=y" + WASM_BUILD_NO_COLOR: 1 before_script: - rustup show - cargo --version @@ -250,7 +251,7 @@ ci-linux-test: script: - git clone https://github.com/paritytech/substrate . # test-linux-stable: - - WASM_BUILD_NO_COLOR=1 time cargo test --all --release --locked + - time cargo test --workspace --locked --release --verbose --features runtime-benchmarks --manifest-path bin/node/cli/Cargo.toml # check-web-wasm: - time cargo build --target=wasm32-unknown-unknown -p sp-io - time cargo build --target=wasm32-unknown-unknown -p sp-runtime