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

Do not run tests on MSRV (#250)

This commit is contained in:
Yuki Okushi
2022-05-25 22:07:31 +09:00
committed by GitHub
parent d11a272384
commit f6508f290c
6 changed files with 18 additions and 18 deletions

View File

@ -1,7 +1,7 @@
[alias]
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"
ci-check-min-examples = "hack check --workspace --no-default-features --examples"
ci-check = "check --workspace --tests --examples --bins"
ci-test = "test --workspace --lib --tests --all-features --examples --bins --no-fail-fast"
ci-doctest = "test --workspace --doc --all-features --no-fail-fast"