diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index edad6080..aa2b1e52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,6 +81,8 @@ jobs: cargo-doc: name: Generate documentation runs-on: ubuntu-latest + env: + RUSTDOCFLAGS: '-D warnings' steps: - uses: actions/checkout@v3 - uses: actions-rs/toolchain@v1