1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-27 17:22:57 +01:00
actix-extras/.cargo/config.toml

9 lines
511 B
TOML
Raw Normal View History

2021-06-27 08:02:38 +02:00
[alias]
chk = "check --workspace --all-features --tests --examples --bins"
2021-11-23 00:11:58 +01:00
lint = "clippy --workspace --tests --examples --bins -- -Dclippy::todo"
2021-06-27 08:02:38 +02:00
ci-min = "hack check --workspace --no-default-features"
2021-11-23 00:11:58 +01:00
ci-check-min-tests = "hack check --workspace --no-default-features --tests --examples"
ci-check = "check --workspace --bins --tests --examples"
ci-test = "test --workspace --all-features --lib --tests --examples --bins --no-fail-fast"
2021-06-27 08:02:38 +02:00
ci-doctest = "hack test --workspace --all-features --doc --no-fail-fast"