tokio-messaging/.config/nextest.toml

6 lines
122 B
TOML

[profile.ci]
# Don't fail fast in CI to run the full test suite.
fail-fast = false
[profile.ci.junit]
path = "junit.xml"