mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Add doctest variant of the most full --feature set in CI
This commit is contained in:
parent
dbd1e0bb85
commit
9b3805a26b
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -54,6 +54,14 @@ jobs:
|
|||||||
command: test
|
command: test
|
||||||
args: --features 'bundled-full session buildtime_bindgen' --all-targets --workspace
|
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"
|
- name: "cargo test --features bundled-full"
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user