We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07e027b commit 5c1a0d5Copy full SHA for 5c1a0d5
src/config/test_case.rs
@@ -15,7 +15,7 @@ pub struct TestCaseEnv {
15
impl TestCaseEnv {
16
// Base env that should apply to every test cases
17
fn base_env() -> Vec<(&'static str, &'static str)> {
18
- vec![("NO_COLOR", "1")]
+ vec![("NO_COLOR", "1"), ("PARALLEL_PROOF_LIMIT", "1")]
19
}
20
21
fn test_env(&self) -> Vec<(&'static str, &'static str)> {
0 commit comments