mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-03 19:53:40 +00:00
CI: Run book tests
This commit is contained in:
parent
cb54205600
commit
e21c72a5a6
1 changed files with 12 additions and 0 deletions
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
|
|
@ -64,6 +64,18 @@ jobs:
|
||||||
command: build
|
command: build
|
||||||
args: --all --benches --all-features
|
args: --all --benches --all-features
|
||||||
|
|
||||||
|
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 halo2 book
|
||||||
|
run: mdbook test book/
|
||||||
|
|
||||||
clippy:
|
clippy:
|
||||||
name: Clippy (stable)
|
name: Clippy (stable)
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue