Update test.yml

This commit is contained in:
Timothy Chandler 2023-09-15 14:08:25 -05:00 committed by GitHub
parent edd2bdfa82
commit a0c2023b1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,9 @@ jobs:
- name: Cache Rust dependencies
uses: actions/cache@v3
with:
path: ~/.cargo
path: |
~/.cargo
target
key: ${{ runner.os }}-rust-${{ hashFiles('**/Cargo.lock') }}
restore-keys: |
${{ runner.os }}-rust-