mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-23 23:51:06 +01:00
8 lines
434 B
TOML
8 lines
434 B
TOML
[alias]
|
|
lint = "clippy --workspace --tests --examples --bins -- -Dclippy::todo"
|
|
ci-min = "hack check --workspace --no-default-features"
|
|
ci-check-min-examples = "hack check --workspace --no-default-features --examples"
|
|
ci-check = "check --workspace --tests --examples --bins"
|
|
ci-test = "test --workspace --lib --tests --all-features --examples --bins --no-fail-fast"
|
|
ci-doctest = "test --workspace --doc --all-features --no-fail-fast"
|