Skip to content

Commit 819ad59

Browse files
committed
fix
1 parent 70549b6 commit 819ad59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/src/test_util.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ pub fn asm_string_to_pil<T: FieldElement>(contents: &str) -> Analyzed<T> {
112112
.clone()
113113
}
114114

115-
#[cfg(feature = "estark-starky")]
115+
#[cfg(any(feature = "estark-starky", feature = "halo2", feature = "plonky3"))]
116116
fn should_generate_proofs() -> bool {
117117
match std::env::var("POWDR_GENERATE_PROOFS") {
118118
Ok(value) => match value.as_str() {

0 commit comments

Comments
 (0)