Skip to content

Commit

Permalink
ci(actions): update fixture setup
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Nov 16, 2022
1 parent a49ef4b commit ed5c1a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Expand Up @@ -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)
Expand Down

0 comments on commit ed5c1a3

Please sign in to comment.