mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-23 15:51:06 +01:00
9 lines
511 B
TOML
9 lines
511 B
TOML
[alias]
|
|
chk = "check --workspace --all-features --tests --examples --bins"
|
|
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"
|