Skip to content

Commit

Permalink
chore(ci): check tracing feature (hyperium#3485)
Browse files Browse the repository at this point in the history
Closes hyperium#3484

Signed-off-by: Sven Pfennig <s.pfennig@reply.de>
  • Loading branch information
tottoto authored and 0xE282B0 committed Jan 16, 2024
1 parent 4062d64 commit 0c0fb1b
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 0c0fb1b

Please sign in to comment.