mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Add caching to CI
This commit is contained in:
1
.github/workflows/rust.yml
vendored
1
.github/workflows/rust.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user