Skip to content

Commit 89a0567

Browse files
authored
Run doc-test in test-fast
1 parent 7fc672c commit 89a0567

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@ jobs:
9292
with:
9393
tool: nextest
9494
- name: "Test (nextest)"
95-
run: cargo nextest run --all --no-fail-fast
95+
run: |
96+
cargo nextest run --all --no-fail-fast
97+
cargo test --doc
9698
9799
test-32bit:
98100
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)