Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit dc6aab0

Browse files
committed
there are no longer any default features
1 parent c57eda4 commit dc6aab0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ jobs:
4949
displayName: "Install rust wasm target"
5050
- script: cargo build --target wasm32-unknown-unknown
5151
displayName: "Build for wasm"
52-
- script: cargo build --target wasm32-unknown-unknown --no-default-features
53-
displayName: "Build for wasm (no default features)"
5452
variables:
5553
TOOLCHAIN: nightly
5654

ci/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -ex
44
TARGET=$1
55

6-
CMD="cargo test --all --no-default-features --target $TARGET"
6+
CMD="cargo test --all --target $TARGET"
77

88
$CMD
99
$CMD --release

0 commit comments

Comments
 (0)