mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-04 20:03:39 +00:00
CI: Build crate and make it available to book tests
This commit is contained in:
parent
a9146ae472
commit
e16946f56b
1 changed files with 5 additions and 1 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -69,12 +69,16 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: cargo build
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: build
|
||||
- name: Setup mdBook
|
||||
uses: peaceiris/actions-mdbook@v1
|
||||
with:
|
||||
mdbook-version: '0.4.4'
|
||||
- name: Test halo2 book
|
||||
run: mdbook test book/
|
||||
run: mdbook test -L target/debug/deps book/
|
||||
|
||||
clippy:
|
||||
name: Clippy (stable)
|
||||
|
|
|
|||
Loading…
Reference in a new issue