Skip to content

Commit af699c9

Browse files
committed
chore(ci): whoops, wrong commands for no-std tests
Signed-off-by: Eliza Weisman <[email protected]>
1 parent 2dc1f39 commit af699c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,9 +370,9 @@ jobs:
370370
working-directory: "tracing/test_static_max_level_features"
371371
- name: "Test tracing-core no-std support"
372372
run: cargo test --no-default-features
373-
working-directory: tracing
373+
working-directory: tracing-core
374374
- name: "Test tracing no-std support"
375-
run: cargo test --no-default-features
375+
run: cargo test --lib --no-default-features
376376
working-directory: tracing
377377
# this skips running doctests under the `--no-default-features` flag,
378378
# as rustdoc isn't aware of cargo's feature flags.

0 commit comments

Comments
 (0)