2021-03-30 03:32:22 +01:00
|
|
|
[alias]
|
2021-06-17 17:57:58 +01:00
|
|
|
chk = "check --workspace --all-features --tests --examples --bins"
|
2021-07-12 16:55:24 +01:00
|
|
|
lint = "clippy --workspace --all-features --tests --examples --bins"
|
2021-04-09 18:07:10 +01:00
|
|
|
ci-min = "hack check --workspace --no-default-features"
|
|
|
|
ci-min-test = "hack check --workspace --no-default-features --tests --examples"
|
2021-06-23 20:47:17 +01: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"
|
2021-09-03 18:00:43 +01:00
|
|
|
ci-doctest = "test --workspace --all-features --doc --no-fail-fast -- --nocapture"
|