Skip to content

Commit

Permalink
Make CI fast
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Feb 7, 2023
1 parent f929340 commit d295fbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Expand Up @@ -660,6 +660,7 @@ jobs:
- name: Run cargo test (plugin)
if: matrix.settings.crate == 'swc_plugin_runner'
run: |
export CARGO_TARGET_DIR=$(pwd)/target
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)
Expand Down

0 comments on commit d295fbb

Please sign in to comment.