Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
segfault-magnet committed Oct 29, 2024
1 parent 8df8834 commit 623eefe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,10 @@ jobs:
with:
toolchain: ${{ env.RUST_VERSION }}

- name: Run cargo hack to check for invalid feature flag combinations
- name: Setup cargo hack
uses: taiki-e/install-action@cargo-hack

- name: Run cargo hack to check for invalid feature flag combinations
working-directory: packages/encoding
run: cargo hack --feature-powerset --no-dev-deps check

Expand Down

0 comments on commit 623eefe

Please sign in to comment.