mirror of
https://github.com/clap-rs/clap
synced 2024-12-04 18:19:13 +00:00
chore(ci): Test benchmarks
This commit is contained in:
parent
8bc8967498
commit
6b5e7e28df
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -22,7 +22,7 @@ check-%:
|
|||
cargo check ${_FEATURES_${@:check-%=%}} --all-targets ${ARGS}
|
||||
|
||||
build-%:
|
||||
cargo test ${_FEATURES_${@:build-%=%}} --no-run ${ARGS}
|
||||
cargo test ${_FEATURES_${@:build-%=%}} --all-targets --no-run ${ARGS}
|
||||
|
||||
test-%:
|
||||
cargo test ${_FEATURES_${@:test-%=%}} ${ARGS}
|
||||
cargo test ${_FEATURES_${@:test-%=%}} --all-targets ${ARGS}
|
||||
|
|
Loading…
Reference in a new issue