parent
e8e5cd0f2d
commit
f118859750
1 changed files with 5 additions and 0 deletions
|
@ -5,4 +5,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: https://github.com/dtolnay/rust-toolchain@stable
|
- 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
|
- run: cargo test
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue