chore(ci): Test benchmarks

This commit is contained in:
Ed Page 2021-11-23 16:09:31 -06:00
parent 8bc8967498
commit 6b5e7e28df

View file

@ -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}