don't run doc tests because they aren't mocked

This commit is contained in:
Ritesh Chitlangi 2021-07-27 17:59:42 +08:00
parent 73b2c522a1
commit d91977999a
1 changed files with 1 additions and 1 deletions

View File

@ -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