From eeeac71b85d6cc17d082dd314e3cd71f2e5e7344 Mon Sep 17 00:00:00 2001 From: Jay Oster Date: Tue, 12 Nov 2024 15:56:45 -0800 Subject: [PATCH] Fix `run-wasm` invocation in WASM CI job This should cause the CI job to fail as shown in #406 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ed1663..2fecbce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: