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 0d30b0b
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 0d30b0b

Please sign in to comment.