Skip to content

Commit

Permalink
Update CI test for wasm32-unknown-unknown to enable wasmbind feature
Browse files Browse the repository at this point in the history
  • Loading branch information
AmateurECE committed Jul 26, 2022
1 parent 0903ab1 commit 01f5b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/github.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ test_wasm_emscripten() {
}

test_wasm_unknown() {
runt cargo build --target wasm32-unknown-unknown
runt cargo build --target wasm32-unknown-unknown --features wasmbind
}

main "$@"

0 comments on commit 01f5b49

Please sign in to comment.