Add doctest variant of the most full --feature set in CI

This commit is contained in:
Thom Chiovoloni 2020-05-24 12:13:57 -07:00
parent dbd1e0bb85
commit 9b3805a26b

View File

@ -54,6 +54,14 @@ jobs:
command: test
args: --features 'bundled-full session buildtime_bindgen' --all-targets --workspace
- name: "cargo test --doc --features 'bundled-full session buildtime_bindgen'"
# TODO: clang is installed on these -- but `bindgen` can't find it...
if: matrix.platform.os != 'windows-latest'
uses: actions-rs/cargo@v1
with:
command: test
args: --features 'bundled-full session buildtime_bindgen' --doc --workspace
- name: "cargo test --features bundled-full"
uses: actions-rs/cargo@v1
with: