Skip to content

Commit

Permalink
add missing js feature for wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus committed Nov 1, 2021
1 parent 7649a2c commit bc8ef0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
run: wasm-pack test --node -- --features "js v1 v3 v4 v5"

- name: Fast rng
run: wasm-pack test --node -- --features "v4 fast-rng"
run: wasm-pack test --node -- --features "js v4 fast-rng"

embedded:
name: Build / Embedded
Expand Down

0 comments on commit bc8ef0f

Please sign in to comment.