chore(ci): Fix CI (#4299)

This commit is contained in:
Donny/강동윤 2022-04-10 18:33:18 +09:00 committed by GitHub
parent 5487523d5f
commit adea17dbe3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -376,10 +376,10 @@ jobs:
jest -v && mocha --version
cargo test --color always -p ${{ matrix.settings.crate }}
- name: Run cargo test (swc_ecma_parser)
if: matrix.settings.crate == 'swc_ecma_parser'
- name: Run cargo test (all features)
if: matrix.settings.crate == 'swc_ecma_parser' || matrix.settings.crate == 'swc_ecma_loader'
run: |
cargo test --color always -p swc_ecma_parser --features verify
cargo test --color always -p ${{ matrix.settings.crate }} --all-features
- name: Run cargo test (swc_ecma_transforms)
if: matrix.settings.crate == 'swc_ecma_transforms'