2021-03-30 02:32:22 +00:00
|
|
|
[alias]
|
2021-11-22 01:19:09 +00:00
|
|
|
lint = "clippy --workspace --tests --examples --bins -- -Dclippy::todo"
|
|
|
|
lint-all = "clippy --workspace --all-features --tests --examples --bins -- -Dclippy::todo"
|
|
|
|
|
|
|
|
# lib checking
|
|
|
|
ci-check-min = "hack --workspace check --no-default-features"
|
|
|
|
ci-check-default = "hack --workspace check"
|
2021-12-05 03:38:08 +00:00
|
|
|
ci-check-default-tests = "check --workspace --tests"
|
2022-02-01 02:35:05 +00:00
|
|
|
ci-check-all-feature-powerset="hack --workspace --feature-powerset --skip=__compress,experimental-io-uring check"
|
2021-11-22 01:19:09 +00:00
|
|
|
ci-check-all-feature-powerset-linux="hack --workspace --feature-powerset --skip=__compress check"
|
2021-10-20 21:32:05 +00:00
|
|
|
|
2021-11-22 01:19:09 +00:00
|
|
|
# testing
|
2021-12-05 03:38:08 +00:00
|
|
|
ci-doctest-default = "test --workspace --doc --no-fail-fast -- --nocapture"
|
2021-11-22 01:19:09 +00:00
|
|
|
ci-doctest = "test --workspace --all-features --doc --no-fail-fast -- --nocapture"
|