there are no longer any default features

This commit is contained in:
Lokathor
2019-09-05 08:32:05 -06:00
parent c57eda462a
commit dc6aab0ef0
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -49,8 +49,6 @@ jobs:
displayName: "Install rust wasm target"
- script: cargo build --target wasm32-unknown-unknown
displayName: "Build for wasm"
- script: cargo build --target wasm32-unknown-unknown --no-default-features
displayName: "Build for wasm (no default features)"
variables:
TOOLCHAIN: nightly
+1 -1
View File
@@ -3,7 +3,7 @@
set -ex
TARGET=$1
CMD="cargo test --all --no-default-features --target $TARGET"
CMD="cargo test --all --target $TARGET"
$CMD
$CMD --release