mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-12 08:28:32 +02:00
chore: Try to cache debug folder
This commit is contained in:
parent
733a373036
commit
96d410fb8b
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
||||||
- name: Cache
|
- name: Cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: cache
|
path: target/debug
|
||||||
key: ${{ runner.os }}-cache
|
key: ${{ runner.os }}-cache
|
||||||
- name: run code coverage
|
- name: run code coverage
|
||||||
uses: actions-rs/tarpaulin@v0.1
|
uses: actions-rs/tarpaulin@v0.1
|
||||||
|
|
Loading…
Reference in a new issue