ci: check doctests in CI

This commit is contained in:
MaxOhn
2023-11-13 15:53:28 +01:00
parent a20358a3b3
commit 046c85377c
+3
View File
@@ -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