Run all doc tests on CI server

This commit is contained in:
Nicholas Rempel 2021-11-05 16:26:58 -07:00 committed by masalachai
parent 5924b86cdd
commit 4c944dfa98
1 changed files with 1 additions and 1 deletions

View File

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