Add Cache
All checks were successful
Cargo Build & Test / Test publish (pull_request) Successful in 7s

This commit is contained in:
Jan Gleytenhoover 2024-08-20 10:24:46 +02:00
parent 7bad733ae5
commit 29b0b133fe
Signed by: jank
GPG Key ID: B267751B8AE29EFE

@ -10,6 +10,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: ⚡ Cache
uses: https://git.kjan.de/actions/cache@v4
with:
path: |
~/.cargo/registry
~/.cargo/git
target/release/deps
target/release/build
target
key: ${{ runner.os }}-cargo-${{ hashFiles('Cargo.lock') }}-loadstar
- run: cargo publish -n