fix the ignored tests in doc test (#898)

* fix ignored test

* move CI to --release per Gav
This commit is contained in:
guanqun
2018-10-13 21:16:17 +08:00
committed by Gav Wood
parent 2be621af77
commit 26b105b472
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ case $TARGET in
sudo apt-get -y update
sudo apt-get install -y cmake pkg-config libssl-dev
cargo test --all --locked
cargo test --all --release --locked
;;
"wasm")