Skip to content

Commit

Permalink
Fix run-wasm invocation in WASM CI job
Browse files Browse the repository at this point in the history
This should cause the CI job to fail as shown in #406
  • Loading branch information
parasyte committed Nov 12, 2024
1 parent 57d339e commit eeeac71
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 @@ -117,7 +117,7 @@ jobs:
with:
shared-key: common
- name: WASM build
run: cargo run-wasm --build-only ${{ matrix.example }}
run: cargo run-wasm --build-only --package ${{ matrix.example }}

# See https://github.com/parasyte/pixels-ci-rust-version
rust-version:
Expand Down

0 comments on commit eeeac71

Please sign in to comment.