Skip to content

Commit

Permalink
add wasm32-unknown-emscripten test
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-re-ka committed Sep 17, 2021
1 parent 406d60b commit 85dbc65
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ci/github.sh
Expand Up @@ -34,6 +34,8 @@ meaningful in the github actions feature matrix UI.
test_wasm
elif [[ ${WASM:-} == wasm_simple ]]; then
test_wasm_simple
elif [[ ${WASM:-} == wasm_emscripten ]]; then
test_wasm_emscripten
elif [[ ${CORE:-} == no_std ]]; then
test_core
elif [[ ${EXHAUSTIVE_TZ:-} == all_tzs ]]; then
Expand Down Expand Up @@ -112,4 +114,8 @@ test_wasm_simple() {
fi
}

test_wasm_emscripten() {
runt cargo build --target wasm32-unknown-emscripten
}

main "$@"

0 comments on commit 85dbc65

Please sign in to comment.