1
0
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:
Rob Ede
2021-11-22 23:11:58 +00:00
parent 07deaadd7b
commit 13f8dcb717
7 changed files with 13 additions and 20 deletions

View File

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