From 8bf2ae711ab384efd0d50316a1457b81cfebdf92 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Mon, 22 Nov 2021 23:48:45 +0000 Subject: [PATCH] fic doc test ci job --- .cargo/config.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 9853b69e9..460e71a7c 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -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"