Skip to content

Commit 19c59d5

Browse files
authored
chore(ci): check tracing feature (#3485)
Closes #3484
1 parent 4df896a commit 19c59d5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,11 @@ jobs:
159159
env:
160160
RUSTFLAGS: "-D dead_code -D unused_imports"
161161

162+
- name: check --feature-powerset with tracing feature
163+
run: cargo hack --no-dev-deps check --feature-powerset --depth 2 --features tracing --skip ffi
164+
env:
165+
RUSTFLAGS: "--cfg hyper_unstable_tracing -D dead_code -D unused_imports"
166+
162167
ffi:
163168
name: Test C API (FFI)
164169
needs: [style]

0 commit comments

Comments
 (0)