Skip to content

Commit

Permalink
chore(ci): whoops, wrong commands for no-std tests
Browse files Browse the repository at this point in the history
Signed-off-by: Eliza Weisman <eliza@buoyant.io>
  • Loading branch information
hawkw committed Jun 23, 2022
1 parent 2dc1f39 commit af699c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -370,9 +370,9 @@ jobs:
working-directory: "tracing/test_static_max_level_features"
- name: "Test tracing-core no-std support"
run: cargo test --no-default-features
working-directory: tracing
working-directory: tracing-core
- name: "Test tracing no-std support"
run: cargo test --no-default-features
run: cargo test --lib --no-default-features
working-directory: tracing
# this skips running doctests under the `--no-default-features` flag,
# as rustdoc isn't aware of cargo's feature flags.
Expand Down

0 comments on commit af699c9

Please sign in to comment.