Tidy up feature reporting

This commit is contained in:
Kirill Bulatov
2022-10-08 09:57:05 +03:00
committed by Kirill Bulatov
parent 9f79e7edea
commit 01d2c52c82
3 changed files with 15 additions and 12 deletions

View File

@@ -13,7 +13,7 @@
# avoid running regular linting script that checks every feature.
if [[ "$OSTYPE" == "darwin"* ]]; then
# no extra features to test currently, add more here when needed
cargo clippy --locked --all --all-targets -- -A unknown_lints -D warnings
cargo clippy --locked --all --all-targets --features testing -- -A unknown_lints -D warnings
else
# * `-A unknown_lints` do not warn about unknown lint suppressions
# that people with newer toolchains might use