mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-26 03:11:36 +08:00
Fix cargo doc CI
This commit is contained in:
parent
ac1416152e
commit
2c8f8b0eab
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -123,8 +123,8 @@ jobs:
|
|||||||
toolchain: nightly
|
toolchain: nightly
|
||||||
override: true
|
override: true
|
||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
env:
|
|
||||||
RUSTFLAGS: -D warnings
|
|
||||||
with:
|
with:
|
||||||
command: doc
|
# Need to use `cargo rustdoc` to actually get it to respect -D
|
||||||
args: --no-deps --features 'bundled-full session buildtime_bindgen'
|
# warnings... Note: this also requires nightly.
|
||||||
|
command: rustdoc
|
||||||
|
args: --features 'bundled-full session buildtime_bindgen' -- -D warnings
|
||||||
|
Loading…
Reference in New Issue
Block a user