Would you enable ExUnit's `--trace` option in a CI environment (GitHub)? (poll)

Yes trace is more for debugging the tests. If some company requires --trace for some reason, I would run both versions in CI, so the CI still runs with tests in concurrency that can fail and detect if something is messing with shared state.

2 Likes