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