Skip to content

Commit

Permalink
ignore unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
a10y committed Dec 12, 2024
1 parent c669f39 commit e54d774
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 @@ -120,7 +120,7 @@ jobs:
- name: Install cargo-hack
uses: taiki-e/install-action@cargo-hack
- name: Rust Build (${{matrix.config.name}})
run: cargo hack ${{matrix.config.command}} ${{matrix.config.args}} --all-targets
run: cargo hack ${{matrix.config.command}} ${{matrix.config.args}} --all-targets --ignore-unknown-features --ignore-private


build-wasm32:
Expand Down

0 comments on commit e54d774

Please sign in to comment.