2021-03-30 04:32:22 +02:00
|
|
|
[alias]
|
2021-06-17 18:57:58 +02:00
|
|
|
chk = "check --workspace --all-features --tests --examples --bins"
|
|
|
|
lint = "clippy --workspace --tests --examples"
|
2021-04-09 19:07:10 +02:00
|
|
|
ci-min = "hack check --workspace --no-default-features"
|
|
|
|
ci-min-test = "hack check --workspace --no-default-features --tests --examples"
|
2021-06-23 21:47:17 +02:00
|
|
|
ci-default = "check --workspace --bins --tests --examples"
|
|
|
|
ci-full = "check --workspace --all-features --bins --tests --examples"
|
|
|
|
ci-test = "test --workspace --all-features --lib --tests --no-fail-fast -- --nocapture"
|
|
|
|
ci-doctest = "hack test --workspace --all-features --doc --no-fail-fast -- --nocapture"
|