mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-07-02 00:07:45 +02:00
chore: Try to cache debug folder
This commit is contained in:
parent
733a373036
commit
96d410fb8b
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue