Skip to content

Commit

Permalink
chore(ci): check tracing feature (#3485)
Browse files Browse the repository at this point in the history
Closes #3484
  • Loading branch information
tottoto authored Dec 14, 2023
1 parent 4df896a commit 19c59d5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,11 @@ jobs:
env:
RUSTFLAGS: "-D dead_code -D unused_imports"

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

ffi:
name: Test C API (FFI)
needs: [style]
Expand Down

0 comments on commit 19c59d5

Please sign in to comment.