diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e850209540..b70b185448 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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]