Run all doc tests on CI server
This commit is contained in:
parent
5924b86cdd
commit
4c944dfa98
|
@ -69,7 +69,7 @@ steps:
|
|||
commands:
|
||||
- export CARGO_HOME=/tmp/cargo
|
||||
- export CARGO_TARGET_DIR=/tmp/cargo-target
|
||||
- cargo test --lib -- --nocapture
|
||||
- cargo test -- --nocapture
|
||||
|
||||
- name: crates.io
|
||||
image: ayravat/rust:1.53.0-docker
|
||||
|
|
Loading…
Reference in New Issue