try caching

This commit is contained in:
Theis Pieter Hollebeek 2026-03-30 11:25:21 +02:00
parent 2cdaad3ce1
commit a09d112e32

View File

@ -34,4 +34,12 @@ jobs:
- name: Test
working-directory: ./game
run: cargo test
- uses: actions/cache@v5
with:
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}