Skip to content

Commit

Permalink
let's see if this works?
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbarsky committed Sep 3, 2021
1 parent 0be67ad commit 005b97a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,10 @@ jobs:
run: (cd tracing-core && cargo test --no-default-features)
- name: "Test tracing no-std support"
run: (cd tracing && cargo test --no-default-features)
# this skips running doctests under the `--no-default-features` flag,
# as rustdoc isn't aware of cargo's feature flags.
- name: "Test tracing-subscriber with all features disabled"
run: (cd tracing-subscriber && cargo test --lib --tests --no-default-features)
style:
# Check style.
needs: check
Expand Down

0 comments on commit 005b97a

Please sign in to comment.