chore: Try to cache debug folder

This commit is contained in:
Fabio Lenherr 2023-09-19 07:14:08 +02:00
parent 733a373036
commit 96d410fb8b

View file

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