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

This commit is contained in:
Donny/강동윤 2022-09-15 15:53:09 +09:00 committed by GitHub
parent 1d633e8ba7
commit 9ca3966686
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -498,6 +498,13 @@ jobs:
run: | run: |
jest --version && mocha --version jest --version && mocha --version
- name: Cache rust artifacts
uses: Swatinem/rust-cache@v2
if: matrix.settings.crate == 'swc'
with:
shared-key: cargo-test-${{ matrix.settings.crate }}
cache-on-failure: true
- name: Configure execution cache - name: Configure execution cache
shell: bash shell: bash
run: | run: |