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:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: hecrj/setup-rust-action@v1
|
||||
with:
|
||||
rust-version: nightly
|
||||
# Need to use `cargo rustdoc` to actually get it to respect -D
|
||||
# warnings... Note: this also requires nightly.
|
||||
- run: cargo rustdoc --features 'bundled-full session buildtime_bindgen' -- -D warnings
|
||||
- uses: Swatinem/rust-cache@v1
|
||||
with: { sharedKey: fullTests }
|
||||
- run: cargo doc --features 'bundled-full session buildtime_bindgen' --no-deps
|
||||
env: { RUSTDOCFLAGS: -Dwarnings }
|
||||
|
||||
codecov:
|
||||
name: Generate code coverage
|
||||
|
Loading…
Reference in New Issue
Block a user