mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-12 08:28:32 +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:
|
with:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: nightly
|
toolchain: nightly
|
||||||
|
- name: Cache
|
||||||
|
uses: actions/cache@v3
|
||||||
|
with:
|
||||||
|
path: 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
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue