Skip to content

Commit

Permalink
chore(ci): update features job to skip tracing feature
Browse files Browse the repository at this point in the history
Similar to ffi, the feature job will skip tracing as it is unstable and
requires a cfg flag to compile without an error. Once hyperium#3326 is merged,
subsequent PRs will fail the feature CI job without this change.
  • Loading branch information
RamziA961 committed Oct 1, 2023
1 parent 96d54b1 commit 1b924a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
uses: taiki-e/install-action@cargo-hack

- name: check --feature-powerset
run: cargo hack check --feature-powerset --depth 2 --skip ffi -Z avoid-dev-deps
run: cargo hack check --feature-powerset --depth 2 --skip ffi,tracing -Z avoid-dev-deps

ffi:
name: Test C API (FFI)
Expand Down

0 comments on commit 1b924a9

Please sign in to comment.