don't run doc tests because they aren't mocked
This commit is contained in:
parent
73b2c522a1
commit
d91977999a
|
@ -21,7 +21,7 @@ steps:
|
|||
commands:
|
||||
- export CARGO_HOME=/tmp/cargo
|
||||
- export CARGO_TARGET_DIR=/tmp/cargo-target
|
||||
- cargo test -- --nocapture
|
||||
- cargo test --lib -- --nocapture
|
||||
|
||||
- name: crates.io
|
||||
image: ayravat/rust:1.53.0-docker
|
||||
|
|
Loading…
Reference in New Issue