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"
|