From 4b0a36a91d85e49643a3139b65e9cd9bb814ca08 Mon Sep 17 00:00:00 2001 From: tottoto Date: Thu, 14 Dec 2023 23:30:05 +0900 Subject: [PATCH] chore(ci): check tracing feature --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e850209540..68b3dd73e8 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -155,9 +155,9 @@ jobs: - uses: Swatinem/rust-cache@v2 - name: check --feature-powerset - run: cargo hack --no-dev-deps check --feature-powerset --depth 2 --skip ffi,tracing + run: cargo hack --no-dev-deps check --feature-powerset --depth 2 --skip ffi env: - RUSTFLAGS: "-D dead_code -D unused_imports" + RUSTFLAGS: "--cfg hyper_unstable_tracing -D dead_code -D unused_imports" ffi: name: Test C API (FFI)