Try separating out the doc & lib tests

This commit is contained in:
Paul Woolcock
2019-03-11 11:53:38 -04:00
parent a63b9e8dae
commit ca4995bb5d
+5 -2
View File
@@ -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: