Skip to content

Commit

Permalink
ci: add -Dwarnings flag to rust.yml docs test
Browse files Browse the repository at this point in the history
  • Loading branch information
denehoffman authored Sep 9, 2024
1 parent 195a555 commit 9e4b099
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ jobs:
doc:
name: Documentation
runs-on: ubuntu-latest
env:
RUSTDOCFLAGS: -Dwarnings
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- uses: dtolnay/install@cargo-docs-rs
- name: Document ganesh
run: cargo docs-rs -p ganesh
run: cargo docs-rs

0 comments on commit 9e4b099

Please sign in to comment.