mirror of
https://gitee.com/openharmony/third_party_rust_clap
synced 2025-03-01 11:05:42 +00:00
chore(ci): Test benchmarks
This commit is contained in:
parent
8bc8967498
commit
6b5e7e28df
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…
x
Reference in New Issue
Block a user