1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 15:51:06 +01:00

fic doc test ci job

This commit is contained in:
Rob Ede 2021-11-22 23:48:45 +00:00
parent 5272bc1c79
commit 8bf2ae711a
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933

View File

@ -2,6 +2,6 @@
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 = "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"
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"