Skip to content

Commit 27e1886

Browse files
committed
Fix forgotten output collection
1 parent 5def8fc commit 27e1886

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,11 @@ jobs:
162162
toolchain: ${{ env.RUST_TOOLCHAIN }}
163163
- name: Run doc tests
164164
run: |
165-
cargo test --doc --all-features
165+
cargo test --doc --all-features > doctestresults--all-features.json
166166
- name: Upload doctest results artifact
167167
id: doctest_results
168168
uses: actions/upload-artifact@v4
169169
with:
170170
name: doctest-results
171171
path: doctestresults--all-features.json
172+

0 commit comments

Comments
 (0)