1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +02:00

fix non-linux ci

This commit is contained in:
Rob Ede
2021-11-22 23:25:22 +00:00
parent 551cbfb113
commit 3cc1487a4a
2 changed files with 2 additions and 7 deletions

View File

@ -1,5 +1,4 @@
[alias]
chk = "check --workspace --all-features --tests --examples --bins"
lint = "clippy --workspace --tests --examples --bins -- -Dclippy::todo"
ci-min = "hack check --workspace --no-default-features"
ci-check-min-tests = "hack check --workspace --no-default-features --tests --examples"