fix #315, and add cargo check in GitHub CI with zk feature disabled (#316)

This commit is contained in:
arnaucube 2025-07-01 12:02:12 +02:00 committed by GitHub
parent b123185ee9
commit e0d2fce060
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View file

@ -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