chore(ci): Don't check tests for wasm

Some of our testing infrastructure isn't wasm friendly.
This commit is contained in:
Ed Page 2023-01-03 09:16:48 -06:00
parent 2ef5ecd15a
commit 38872b604c

View file

@ -21,6 +21,9 @@ _FEATURES_next = ${_FEATURES_full} --features unstable-v5
_FEATURES_debug = ${_FEATURES_full} --features debug --features clap_complete/debug
_FEATURES_release = ${_FEATURES_full} --release
check-wasm:
cargo check ${_FEATURES_${@:check-%=%}} ${ARGS}
check-%:
cargo check ${_FEATURES_${@:check-%=%}} --all-targets ${ARGS}