1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

run doc test in parallel (#387)

This commit is contained in:
Rob Ede
2021-09-01 21:30:26 +01:00
committed by GitHub
parent 98c37fe47d
commit 4644fa41cf
3 changed files with 68 additions and 44 deletions

View File

@ -1,3 +1,5 @@
[alias]
chk = "check --workspace --all-features --tests --examples --bins"
lint = "clippy --workspace --all-features --tests --examples --bins -- -Dclippy::todo"
ci-test = "test --workspace --all-features --lib --tests --no-fail-fast -- --nocapture"
ci-doctest = "test --workspace --all-features --doc --no-fail-fast -- --nocapture"