Configure rust-cache

This commit is contained in:
bitfl0wer 2023-08-26 13:32:35 +02:00
parent 4f691929b4
commit d44ec96bf3
No known key found for this signature in database
GPG Key ID: 0ACD574FCF5226CF
1 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,9 @@ jobs:
npm run start & npm run start &
working-directory: ./server working-directory: ./server
- uses: Swatinem/rust-cache@v2 - uses: Swatinem/rust-cache@v2
with:
cache-all-crates: "true"
cache-directories: "~/.cargo/bin/"
- name: Build, Test and Publish Coverage - name: Build, Test and Publish Coverage
run: | run: |
cargo install cargo-tarpaulin cargo install cargo-tarpaulin