Skip to content

Commit 9ae20eb

Browse files
committed
ci: fix doc tests with Rust nightly
1 parent 5f55f66 commit 9ae20eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,4 @@ jobs:
127127
- name: Run doc tests
128128
run: cargo test --doc
129129
env:
130-
RUSTFLAGS: ${{ matrix.rust_flags }}
130+
RUSTDOCFLAGS: ${{ matrix.rust_flags }}

0 commit comments

Comments
 (0)