mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-24 00:21:08 +01:00
15 lines
704 B
TOML
15 lines
704 B
TOML
[alias]
|
|
lint = "clippy --workspace --all-targets -- -Dclippy::todo"
|
|
lint-all = "clippy --workspace --all-features --all-targets -- -Dclippy::todo"
|
|
|
|
# lib checking
|
|
ci-check-min = "hack --workspace check --no-default-features"
|
|
ci-check-default = "hack --workspace check"
|
|
ci-check-default-tests = "check --workspace --tests"
|
|
ci-check-all-feature-powerset="hack --workspace --feature-powerset --skip=__compress,experimental-io-uring check"
|
|
ci-check-all-feature-powerset-linux="hack --workspace --feature-powerset --skip=__compress check"
|
|
|
|
# testing
|
|
ci-doctest-default = "test --workspace --doc --no-fail-fast -- --nocapture"
|
|
ci-doctest = "test --workspace --all-features --doc --no-fail-fast -- --nocapture"
|