Skip to content

Commit 5c1a0d5

Browse files
committed
Add PARALLEL_PROOF_LIMIT to base_env
1 parent 07e027b commit 5c1a0d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/test_case.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub struct TestCaseEnv {
1515
impl TestCaseEnv {
1616
// Base env that should apply to every test cases
1717
fn base_env() -> Vec<(&'static str, &'static str)> {
18-
vec![("NO_COLOR", "1")]
18+
vec![("NO_COLOR", "1"), ("PARALLEL_PROOF_LIMIT", "1")]
1919
}
2020

2121
fn test_env(&self) -> Vec<(&'static str, &'static str)> {

0 commit comments

Comments
 (0)