mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 02:19:22 +02:00
update to aw beta 9
This commit is contained in:
@ -1,9 +1,8 @@
|
||||
[alias]
|
||||
chk = "check --workspace --all-features --tests --examples --bins"
|
||||
lint = "clippy --workspace --tests --examples"
|
||||
lint = "clippy --workspace --tests --examples --bins -- -Dclippy::todo"
|
||||
ci-min = "hack check --workspace --no-default-features"
|
||||
ci-min-test = "hack check --workspace --no-default-features --tests --examples"
|
||||
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"
|
||||
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"
|
||||
|
Reference in New Issue
Block a user