Skip to content

Commit

Permalink
FAST_TEST as base_env debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jfldde committed Sep 19, 2024
1 parent 90256bb commit f02dda5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/citrea/tests/bitcoin_e2e/config/test_case.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pub struct TestCaseEnv {
impl TestCaseEnv {
// Base env that should apply to every test cases
fn base_env() -> Vec<(&'static str, &'static str)> {
vec![("NO_COLOR", "1")]
vec![("NO_COLOR", "1"), "FAST_TEST", "1"]
}

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

0 comments on commit f02dda5

Please sign in to comment.