mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-07-02 00:07:45 +02:00
chore: Use cache with CI/CD
This commit is contained in:
parent
ac84306803
commit
a59a4c7454
1 changed files with 5 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue