mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-04 13:02:01 +02:00
chore: Use cache with CI/CD
This commit is contained in:
parent
ac84306803
commit
a59a4c7454
5
.github/workflows/rust.yml
vendored
5
.github/workflows/rust.yml
vendored
|
@ -20,6 +20,11 @@ jobs:
|
|||
with:
|
||||
profile: minimal
|
||||
toolchain: nightly
|
||||
- name: Cache
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: cache
|
||||
key: ${{ runner.os }}-cache
|
||||
- name: run code coverage
|
||||
uses: actions-rs/tarpaulin@v0.1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue