mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 16:29:20 +08:00
Use stable rust for doc checking in CI
This commit is contained in:
parent
325e4c857d
commit
f445987bcf
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@ -184,11 +184,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: hecrj/setup-rust-action@v1
|
- uses: hecrj/setup-rust-action@v1
|
||||||
with:
|
- uses: Swatinem/rust-cache@v1
|
||||||
rust-version: nightly
|
with: { sharedKey: fullTests }
|
||||||
# Need to use `cargo rustdoc` to actually get it to respect -D
|
- run: cargo doc --features 'bundled-full session buildtime_bindgen' --no-deps
|
||||||
# warnings... Note: this also requires nightly.
|
env: { RUSTDOCFLAGS: -Dwarnings }
|
||||||
- run: cargo rustdoc --features 'bundled-full session buildtime_bindgen' -- -D warnings
|
|
||||||
|
|
||||||
codecov:
|
codecov:
|
||||||
name: Generate code coverage
|
name: Generate code coverage
|
||||||
|
Loading…
Reference in New Issue
Block a user