Skip to content

Commit

Permalink
always test with circuit-params
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang committed Feb 4, 2025
1 parent 71152fd commit 2d51d81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macOS-latest]
include:
- feature_set: basic
features: --features batch,dev-graph,gadget-traces
features: --features batch,dev-graph,gadget-traces,circuit-params
- feature_set: all
features: --all-features
steps:
Expand Down
1 change: 1 addition & 0 deletions halo2_proofs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ bench = false

[[example]]
name = "serialization"
required-features = ["circuit-params"]

[[example]]
name = "shuffle"

0 comments on commit 2d51d81

Please sign in to comment.