mirror of
https://github.com/tokio-rs/tracing.git
synced 2026-03-14 01:57:55 +00:00
## Motivation While investigating #3405, we found that some tests are not being run on CI. Specifically the `tracing-subscriber` tests that depend on non-default features. ## Solution This change adds 2 new `run` commands to the `test-features-stable` CI job, one with `nextest` and another for the doc tests. There is also 1 more `run` command to run the `tracing-mock` tests with all features (which is just `tracing-subscriber` right now, but safer to set all).