CI: Run book tests

This commit is contained in:
Jack Grigg 2020-10-27 21:23:35 +00:00
parent 8e6d2a7023
commit 0bf9703452
1 changed files with 12 additions and 0 deletions

View File

@ -39,6 +39,18 @@ jobs:
command: build
args: --all --benches
book:
name: Book tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: '0.4.4'
- name: Test Pollard book
run: mdbook test book/
clippy:
name: Clippy (stable)
timeout-minutes: 30