From ed5c1a3905a9072fff7674b9b25941e97fd1e6b4 Mon Sep 17 00:00:00 2001 From: OJ Kwon <1210596+kwonoj@users.noreply.github.com> Date: Wed, 16 Nov 2022 13:04:26 -0800 Subject: [PATCH] ci(actions): update fixture setup --- .github/workflows/CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 45e55a689ab3..ba363633fb51 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -641,6 +641,7 @@ jobs: - name: Run cargo test (core) if: matrix.settings.crate == 'swc_core' run: | + rustup target add wasm32-unknown-unknown cargo test -p swc_core --features ecma_quote --features common --features ecma_utils - name: Run cargo test (binding_core_wasm)