Add caching to CI

This commit is contained in:
Thomas Eizinger
2023-05-08 20:21:46 +02:00
committed by Gabi
parent 718e4da41a
commit d7fab6b803

View File

@@ -22,6 +22,7 @@ jobs:
working-directory: ./rust
steps:
- uses: actions/checkout@v2
- uses: Swatinem/rust-cache@v2
- run: cargo fmt -- --check
- run: cargo clippy -- -D warnings
- run: cargo test