We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc672c commit 89a0567Copy full SHA for 89a0567
1 file changed
.github/workflows/ci.yml
@@ -92,7 +92,9 @@ jobs:
92
with:
93
tool: nextest
94
- name: "Test (nextest)"
95
- run: cargo nextest run --all --no-fail-fast
+ run: |
96
+ cargo nextest run --all --no-fail-fast
97
+ cargo test --doc
98
99
test-32bit:
100
runs-on: ubuntu-latest
0 commit comments