Skip to content

Commit

Permalink
chore(ci): check tracing feature
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Dec 14, 2023
1 parent 4df896a commit 4b0a36a
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 @@ -155,9 +155,9 @@ jobs:
- uses: Swatinem/rust-cache@v2

- name: check --feature-powerset
run: cargo hack --no-dev-deps check --feature-powerset --depth 2 --skip ffi,tracing
run: cargo hack --no-dev-deps check --feature-powerset --depth 2 --skip ffi
env:
RUSTFLAGS: "-D dead_code -D unused_imports"
RUSTFLAGS: "--cfg hyper_unstable_tracing -D dead_code -D unused_imports"

ffi:
name: Test C API (FFI)
Expand Down

0 comments on commit 4b0a36a

Please sign in to comment.