Skip to content

Commit 0c0fb1b

Browse files
tottoto0xE282B0
authored andcommitted
chore(ci): check tracing feature (hyperium#3485)
Closes hyperium#3484 Signed-off-by: Sven Pfennig <[email protected]>
1 parent 4062d64 commit 0c0fb1b

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)