We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc1f39 commit af699c9Copy full SHA for af699c9
.github/workflows/CI.yml
@@ -370,9 +370,9 @@ jobs:
370
working-directory: "tracing/test_static_max_level_features"
371
- name: "Test tracing-core no-std support"
372
run: cargo test --no-default-features
373
- working-directory: tracing
+ working-directory: tracing-core
374
- name: "Test tracing no-std support"
375
- run: cargo test --no-default-features
+ run: cargo test --lib --no-default-features
376
working-directory: tracing
377
# this skips running doctests under the `--no-default-features` flag,
378
# as rustdoc isn't aware of cargo's feature flags.
0 commit comments