Revert "ci: temporarily disable fmt/clippy in CI workflow"

This reverts commit 20810e8bc4.
This commit is contained in:
Stefano Amorelli
2025-08-17 13:39:55 +03:00
parent 20810e8bc4
commit 3fd81d83a1

View File

@@ -51,12 +51,11 @@ jobs:
path: target path: target
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }} key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
# Temporarily disabled - will fix formatting in follow-up - name: Check formatting
# - name: Check formatting run: cargo fmt -- --check
# run: cargo fmt -- --check
# - name: Run clippy - name: Run clippy
# run: cargo clippy --all-features -- -D warnings run: cargo clippy --all-features -- -D warnings
- name: Build - name: Build
run: cargo build --verbose --all-features run: cargo build --verbose --all-features