Hayden Stainsby 9751b6e776
chore: run tracing-subscriber tests with all features (#3412)
## 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).
2025-11-25 11:02:08 +01:00
..