ci: cache test runs

This commit is contained in:
iff 2024-12-15 15:53:53 +01:00
parent c729c6433f
commit c7df749278
2 changed files with 17 additions and 10 deletions

View file

@ -15,8 +15,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Caching
uses: Swatinem/rust-cache@v2
with:
key: build-and-test
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose