mirror of
https://github.com/tokio-rs/tracing.git
synced 2026-03-27 10:00:23 +00:00
## Motivation I've found multiple compilation error involving non-default features. ## Solution cargo-hack was a suggested solution (by @davidbarsky and @hawkw) to run compilation checks on all features. * ci: try cargo-hack * ci: split cargo-hack execution in multiple jobs * ci: try splitting checks of tracing-subscriber in dedicated job Fixes #501