mirror of
https://github.com/Mercantec-GHC/h5-projekt-mst.git
synced 2026-08-26 21:27:38 +02:00
try caching
This commit is contained in:
parent
2cdaad3ce1
commit
a09d112e32
10
.github/workflows/game.yml
vendored
10
.github/workflows/game.yml
vendored
@ -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') }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user