This commit is contained in:
parent
b123185ee9
commit
e0d2fce060
2 changed files with 6 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -20,6 +20,8 @@ jobs:
|
|||
toolchain: stable
|
||||
- name: Build default
|
||||
run: cargo build
|
||||
- name: Build non-zk # check without the zk feature enabled
|
||||
run: cargo build --no-default-features --features backend_plonky2
|
||||
- name: Build metrics
|
||||
run: cargo build --features metrics
|
||||
- name: Build time
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue