Skip to content

Commit

Permalink
chore: convert errors into warning for cargo doc (#593)
Browse files Browse the repository at this point in the history
Taken from
rust-lang/cargo#8424 (comment).
Otherwise CI would not highlight the issue.
  • Loading branch information
ntn-x2 authored and Ad96el committed Apr 2, 2024
1 parent c89b5eb commit b2827da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Expand Up @@ -7,7 +7,7 @@ clippy-and-docs:
stage: test
script:
- cargo clippy --all-features --all-targets --locked -- -D warnings
- cargo doc --all-features --no-deps --locked
- RUSTDOCFLAGS='-D warnings' cargo doc --all-features --no-deps --locked

fmt:
image: paritytech/ci-unified:bullseye-1.70.0
Expand Down

0 comments on commit b2827da

Please sign in to comment.