mirror of
https://github.com/actix/actix-web.git
synced 2024-12-21 23:56:35 +00:00
7 lines
371 B
TOML
7 lines
371 B
TOML
[alias]
|
|
chk = "hack check --workspace --all-features --tests --examples"
|
|
lint = "hack --clean-per-run clippy --workspace --tests --examples"
|
|
ci-min = "hack check --workspace --no-default-features"
|
|
ci-min-test = "hack check --workspace --no-default-features --tests --examples"
|
|
ci-default = "hack check --workspace"
|
|
ci-full = "check --workspace --bins --examples --tests"
|