Use stable rust for doc checking in CI

This commit is contained in:
Thom Chiovoloni 2022-01-06 22:36:09 -08:00
parent 325e4c857d
commit f445987bcf

View File

@ -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