Skip to content

Commit 39716a8

Browse files
committed
ci: fix testing workflow. Run doc tests for all packages
in the workspace.
1 parent c61cc9a commit 39716a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140

141141
- id: test-docs
142142
name: Run Documentation Tests
143-
run: cargo test --doc
143+
run: cargo test --doc --workspace
144144

145145
- id: test
146146
name: Run Unit Tests

0 commit comments

Comments
 (0)