Try separating out the doc & lib tests
This commit is contained in:
@@ -13,8 +13,11 @@ jobs:
|
|||||||
cargo --version --verbose
|
cargo --version --verbose
|
||||||
cargo build -j 1
|
cargo build -j 1
|
||||||
- run:
|
- run:
|
||||||
name: Stable Test
|
name: Stable Test (lib)
|
||||||
command: cargo test -j 1
|
command: cargo test -j 1 --lib
|
||||||
|
- run:
|
||||||
|
name: Stable Test (doc)
|
||||||
|
command: cargo test -j 1 --doc
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: project-cache
|
key: project-cache
|
||||||
paths:
|
paths:
|
||||||
|
|||||||
Reference in New Issue
Block a user