forked from extern/nushell
Temporarily disable rust-cache in tests (#5747)
This commit is contained in:
parent
2e0b964d5b
commit
9d10007085
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -80,9 +80,11 @@ jobs:
|
|||||||
toolchain: ${{ matrix.rust }}
|
toolchain: ${{ matrix.rust }}
|
||||||
override: true
|
override: true
|
||||||
|
|
||||||
- uses: Swatinem/rust-cache@v1
|
# Temporarily disabled; the cache was getting huge (2.6GB compressed) on Windows and causing issues.
|
||||||
with:
|
# TODO: investigate why the cache was so big
|
||||||
key: ${{ matrix.style }}v3 # increment this to bust the cache if needed
|
# - uses: Swatinem/rust-cache@v1
|
||||||
|
# with:
|
||||||
|
# key: ${{ matrix.style }}v3 # increment this to bust the cache if needed
|
||||||
|
|
||||||
- name: Tests
|
- name: Tests
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
|
Loading…
Reference in New Issue
Block a user