Skip to content

Commit e2d4d6f

Browse files
committed
Don't run wasm build with all features
1 parent 76da64b commit e2d4d6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ build-sbf-%:
5656
cargo build-sbf --manifest-path $(call make-path,$*)/Cargo.toml $(ARGS)
5757

5858
build-wasm-%:
59-
cargo $(nightly) build --target wasm32-unknown-unknown --manifest-path $(call make-path,$*)/Cargo.toml --all-features $(ARGS)
59+
cargo $(nightly) build --target wasm32-unknown-unknown --manifest-path $(call make-path,$*)/Cargo.toml $(ARGS)
6060

6161
build-doc-%:
6262
RUSTDOCFLAGS="--cfg docsrs -D warnings" cargo $(nightly) doc --all-features --no-deps --manifest-path $(call make-path,$*)/Cargo.toml $(ARGS)

0 commit comments

Comments
 (0)