diff --git a/.forgejo/workflows/check_and_lint.yaml b/.forgejo/workflows/check_and_lint.yaml index 8c5c785..a6b7be1 100644 --- a/.forgejo/workflows/check_and_lint.yaml +++ b/.forgejo/workflows/check_and_lint.yaml @@ -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