mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-04 13:02:01 +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
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: cache
|
||||
path: target/debug
|
||||
key: ${{ runner.os }}-cache
|
||||
- name: run code coverage
|
||||
uses: actions-rs/tarpaulin@v0.1
|
||||
|
|
Loading…
Reference in a new issue