1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-27 17:52:56 +01:00
actix-web/.cargo/config.toml

9 lines
411 B
TOML
Raw Normal View History

[alias]
2021-06-17 18:57:58 +02:00
chk = "check --workspace --all-features --tests --examples --bins"
lint = "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"
2021-06-17 18:57:58 +02:00
ci-test = "test --workspace --all-features --no-fail-fast"