Skip to content

Commit 1cbda75

Browse files
committed
Add cargo test --doc to CI
cargo nextest does not run doc tests, so README and API examples were not being tested.
1 parent bb95630 commit 1cbda75

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ jobs:
2525
- run: cargo hack build --each-feature --all-targets
2626
- run: cargo hack clippy --each-feature --all-targets -- -D warnings
2727
- run: cargo hack nextest run --each-feature
28+
- run: cargo test --doc

0 commit comments

Comments
 (0)