1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 23:51:06 +01:00
actix-extras/.cargo/config.toml

8 lines
434 B
TOML
Raw Normal View History

2021-06-27 08:02:38 +02:00
[alias]
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"
2022-05-25 15:07:31 +02:00
ci-check-min-examples = "hack check --workspace --no-default-features --examples"
2021-11-23 00:48:45 +01:00
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"