ci(github): add documentation tests

This commit is contained in:
Ivan Gabriele
2024-03-05 00:50:21 +01:00
parent ef5d475e2d
commit a8bfb5333f
2 changed files with 20 additions and 3 deletions

View File

@@ -17,6 +17,10 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: 1.76.0
- name: Run documentation tests
run: make test-doc
env:
MISTRAL_API_KEY: ${{ secrets.MISTRAL_API_KEY }}
- name: Run tests (with coverage)
run: make test-cover
env: