mirror of
https://github.com/swc-project/swc.git
synced 2024-12-25 22:56:11 +03:00
chore(ci): Reduce CI time (#5870)
This commit is contained in:
parent
1d633e8ba7
commit
9ca3966686
7
.github/workflows/cargo.yml
vendored
7
.github/workflows/cargo.yml
vendored
@ -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: |
|
||||||
|
Loading…
Reference in New Issue
Block a user