doctest README.md

This commit is contained in:
gwenn
2020-03-08 15:36:56 +01:00
parent a8ebb32938
commit 8ddacbb27c
4 changed files with 8 additions and 3 deletions

View File

@@ -32,8 +32,9 @@ jobs:
profile: minimal
toolchain: stable
override: true
- run: cargo build --features bundled
- run: cargo test --features bundled
- run: cargo build --features bundled --workspace --all-targets
- run: cargo test --features bundled --workspace --all-targets
- run: cargo test --features bundled --workspace --doc
- name: Static build
if: matrix.platform.os == 'windows-latest'
shell: cmd