From ca4995bb5ddb8216935154430d39c9f65708a53a Mon Sep 17 00:00:00 2001 From: Paul Woolcock Date: Mon, 11 Mar 2019 11:53:38 -0400 Subject: [PATCH] Try separating out the doc & lib tests --- .circleci/config.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d4e660a..4a93a2b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,8 +13,11 @@ jobs: cargo --version --verbose cargo build -j 1 - run: - name: Stable Test - command: cargo test -j 1 + name: Stable Test (lib) + command: cargo test -j 1 --lib + - run: + name: Stable Test (doc) + command: cargo test -j 1 --doc - save_cache: key: project-cache paths: