Skip to content

Commit

Permalink
chore(ci): fix the docs job
Browse files Browse the repository at this point in the history
  • Loading branch information
loyd committed Jul 12, 2024
1 parent b9db325 commit 32764c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
env:
CARGO_TERM_COLOR: always
RUSTFLAGS: -Dwarnings
RUSTDOCFLAGS: -Dwarnings --cfg docsrs
RUSTDOCFLAGS: -Dwarnings
MIRIFLAGS: -Zmiri-strict-provenance
RUST_BACKTRACE: 1
RUST_LOG: elfo
Expand Down Expand Up @@ -77,6 +77,8 @@ jobs:
docs:
needs: build
runs-on: ubuntu-latest
env:
RUSTDOCFLAGS: -Dwarnings --cfg docsrs
steps:
- uses: actions/checkout@v4
- run: rustup toolchain install nightly
Expand Down

0 comments on commit 32764c0

Please sign in to comment.