chore(ci): Reduce CI time (#5440)

This commit is contained in:
Donny/강동윤 2022-08-11 11:04:58 +09:00 committed by GitHub
parent 418bc2c76e
commit 4bdb6a1de4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -440,7 +440,7 @@ jobs:
cargo test --color always -p ${{ matrix.settings.crate }} --all-features
- name: Run cargo test (concurrent)
if: runner.os == 'Linux'
if: runner.os == 'Linux' && matrix.settings.crate != 'swc_ecma_minifier'
shell: bash
run: |
./scripts/ci/test-concurrent.sh ${{ matrix.settings.crate }}