Skip to content

Commit 42fa978

Browse files
committed
ci: pass RUSTDOCFLAGS during docs lint
1 parent 7f2277b commit 42fa978

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
submodules: 'true'
3939
- uses: ./.github/actions/rust
4040
- name: Lint (rustdoc)
41-
run: env RUSTFLAGS="-D warnings" cargo -vv oro doc
41+
run: env RUSTFLAGS="-D warnings" RUSTDOCFLAGS="-D warnings" cargo -vv oro doc
4242
lint-python:
4343
runs-on: ubuntu-latest
4444
steps:

0 commit comments

Comments
 (0)