Enable capture_log globally

This commit is contained in:
Mark Felder 2024-06-18 10:50:31 -04:00
commit 3aed111a42
20 changed files with 1 additions and 34 deletions

View file

@ -4,7 +4,7 @@
Code.put_compiler_option(:warnings_as_errors, true)
ExUnit.configure(max_cases: System.schedulers_online())
ExUnit.configure(capture_log: true, max_cases: System.schedulers_online())
ExUnit.start(exclude: [:federated, :erratic])