Skip to content

Commit

Permalink
Use rayon in ef_tests by default
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhauner committed Jun 28, 2022
1 parent 219327b commit 836ac1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/ef_tests/src/handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pub trait Handler {
}

fn use_rayon() -> bool {
false
true
}

fn run_for_fork(&self, fork_name: ForkName) {
Expand Down

0 comments on commit 836ac1c

Please sign in to comment.