mirror of
https://github.com/clap-rs/clap
synced 2024-12-05 02:29:12 +00:00
chore(ci): Don't check tests for wasm
Some of our testing infrastructure isn't wasm friendly.
This commit is contained in:
parent
2ef5ecd15a
commit
38872b604c
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue