From 64e3a0f58204491a3924ec8a9a1c64ce2959d72c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donny/=EA=B0=95=EB=8F=99=EC=9C=A4?= Date: Fri, 2 Dec 2022 18:50:00 +0900 Subject: [PATCH] Typo --- .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 9e95293e5a90..c100e6278ef7 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -660,7 +660,7 @@ jobs: - name: Run cargo test (plugin) if: matrix.settings.crate == 'swc_plugin_runner' run: | - cargo test -p swc_plugin_runner --release --features plugin_transform_schema_v1 --features rkyv-impl --features emca --features css + cargo test -p swc_plugin_runner --release --features plugin_transform_schema_v1 --features rkyv-impl --features ecma --features css - name: Run cargo test (swc_ecma_minifier) if: matrix.settings.crate == 'swc_ecma_minifier'