ci: check doctests in CI
This commit is contained in:
@@ -58,3 +58,6 @@ jobs:
|
||||
|
||||
- name: Run tests
|
||||
run: cargo nextest run --no-default-features --features ${{ matrix.feature }} --no-fail-fast --failure-output=immediate-final
|
||||
|
||||
- name: Run doctests
|
||||
run: cargo test --doc
|
||||
|
||||
Reference in New Issue
Block a user