ci: Enabled builds caching during CI/CD

This commit is contained in:
Vlad Frolov
2026-02-13 00:17:55 +01:00
parent a70c89d9e3
commit bada79ba4a
3 changed files with 6 additions and 2 deletions
+2 -1
View File
@@ -8,12 +8,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
profile: minimal
components: rustfmt, clippy
- uses: Swatinem/rust-cache@v2
- name: Check formatting
run: |
cargo fmt --all -- --check