add doctests to github CI #93

Merged
muellerr merged 1 commits from github-ci-doctest into main 2024-05-02 14:56:14 +02:00

View File

@ -22,6 +22,7 @@ jobs:
- name: Install nextest
uses: taiki-e/install-action@nextest
- run: cargo nextest run --all-features
- run: cargo test --doc
msrv:
name: Check MSRV