mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2024-12-07 11:13:18 +02:00
Always save the results cache, even on failure
This commit is contained in:
parent
5b46fba714
commit
e6687352f7
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
|||||||
toolchain: stable
|
toolchain: stable
|
||||||
override: true
|
override: true
|
||||||
- uses: Swatinem/rust-cache@v1
|
- uses: Swatinem/rust-cache@v1
|
||||||
- uses: actions/cache@v2
|
- uses: actions/always-upload-cache@v2.1.3
|
||||||
with:
|
with:
|
||||||
path: results/results.yaml
|
path: results/results.yaml
|
||||||
key: results-${{ hashFiles('Cargo.lock') }}-${{ hashFiles('README.md') }}
|
key: results-${{ hashFiles('Cargo.lock') }}-${{ hashFiles('README.md') }}
|
||||||
|
Loading…
Reference in New Issue
Block a user