Add doc tests to CI since not run by nextest

pull/191/head
Chip Senkbeil 1 year ago
parent 55ca9ba3d2
commit e3d85d6fbb
No known key found for this signature in database
GPG Key ID: 35EF1F8EC72A4131

@ -157,3 +157,5 @@ jobs:
if: matrix.os == 'ubuntu-latest'
- name: Run all workspace tests (all features)
run: cargo nextest run --profile ci --release --all-features --workspace
- name: Run all doc tests (all features)
run: cargo test --release --all-features --workspace --doc

Loading…
Cancel
Save