1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-01-22 23:05:56 +01:00
actix-extras/.cargo/config.toml
2021-11-22 23:25:22 +00:00

8 lines
444 B
TOML

[alias]
lint = "clippy --workspace --tests --examples --bins -- -Dclippy::todo"
ci-min = "hack check --workspace --no-default-features"
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"
ci-doctest = "hack test --workspace --all-features --doc --no-fail-fast"