Merge pull request 'add doctests to github CI' (#93) from github-ci-doctest into main
Some checks failed
Rust/spacepackets/pipeline/head There was a failure building this commit

Reviewed-on: #93
This commit is contained in:
Robin Müller 2024-05-02 14:56:13 +02:00
commit 73ab7ff148

View File

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