Skip to content

Commit

Permalink
zzz
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasz2891 committed Nov 28, 2024
1 parent 720f854 commit c2b56d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ prepare:
cargo install wasm-bindgen-cli wasm-pack

test: clippy
wasm-pack test --node --features="crypto_radix,network_radix"
wasm-pack test --node --features="crypto_radix"
wasm-pack test --node --features="helpers,crypto_radix,network_radix"
wasm-pack test --node --features="helpers,crypto_radix"
@for features in $(FEATURE_SETS); do \
echo "Running tests with features: $$features"; \
($(TEST) --features=$$features); \
Expand Down

0 comments on commit c2b56d4

Please sign in to comment.