test: add cache
Some checks failed
/ check (push) Failing after 31s

This commit is contained in:
Guilhem Lavaux 2025-06-16 13:47:47 +02:00
parent e8e5cd0f2d
commit f118859750

View file

@ -5,4 +5,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: https://github.com/dtolnay/rust-toolchain@stable
- uses: https://github.com/Swatinem/rust-cache
with:
shared-key: forge_automate_amd64
save-if: ${{ github.ref = 'refs/heads/main' }}
- run: cargo test