chore: Use cache with CI/CD

This commit is contained in:
Fabio Lenherr 2023-09-19 07:09:28 +02:00
parent ac84306803
commit a59a4c7454

View file

@ -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: