Skip to content

Commit

Permalink
simplify config?
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbarsky committed Sep 3, 2021
1 parent 9e4fc62 commit 6f2ac0d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
override: true
- name: cargo check
working-directory: tracing-subscriber
run: cargo check --no-default-features --features "${{ matrix.featureset }}"
run: cargo test --lib --tests --no-default-features --features "${{ matrix.featureset }}"

test-versions:
# Test against the stable, beta, and nightly Rust toolchains on ubuntu-latest.
Expand Down Expand Up @@ -233,10 +233,7 @@ 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 6f2ac0d

Please sign in to comment.