2021-03-30 04:32:22 +02:00
|
|
|
[alias]
|
2021-06-17 18:57:58 +02:00
|
|
|
chk = "check --workspace --all-features --tests --examples --bins"
|
2021-07-12 17:55:24 +02:00
|
|
|
lint = "clippy --workspace --all-features --tests --examples --bins"
|
2021-04-09 19:07:10 +02:00
|
|
|
ci-min = "hack check --workspace --no-default-features"
|
|
|
|
ci-min-test = "hack check --workspace --no-default-features --tests --examples"
|
2021-06-23 21:47:17 +02:00
|
|
|
ci-default = "check --workspace --bins --tests --examples"
|
|
|
|
ci-full = "check --workspace --all-features --bins --tests --examples"
|
|
|
|
ci-test = "test --workspace --all-features --lib --tests --no-fail-fast -- --nocapture"
|
2021-09-03 19:00:43 +02:00
|
|
|
ci-doctest = "test --workspace --all-features --doc --no-fail-fast -- --nocapture"
|
2021-10-20 23:32:05 +02:00
|
|
|
|
|
|
|
ci-feature-powerset-check-no-tls="hack --workspace --feature-powerset --skip=__compress,rustls,openssl check"
|
|
|
|
ci-feature-powerset-check-rustls="hack --workspace --feature-powerset --features=rustls --skip=__compress,openssl check"
|
|
|
|
ci-feature-powerset-check-openssl="hack --workspace --feature-powerset --features=openssl --skip=__compress,rustls check"
|
|
|
|
ci-feature-powerset-check-all="hack --workspace --feature-powerset --skip=__compress check"
|