fix(ci): fix rust/frontend/security job failures and expand local checks

This commit is contained in:
2026-01-30 21:22:01 -06:00
parent 3494341e3f
commit dd148e08a0
39 changed files with 331 additions and 481 deletions
+3 -3
View File
@@ -36,7 +36,7 @@ jobs:
fi
- name: Clippy
run: cargo clippy --all-features -- -D warnings
run: cargo clippy --no-default-features -- -D warnings
frontend-quality:
name: Frontend Quality
@@ -85,7 +85,7 @@ jobs:
cache-on-failure: true
- name: Run tests
run: cargo test --all-features
run: cargo test --no-default-features
frontend-tests:
name: Frontend Tests
@@ -164,6 +164,6 @@ jobs:
- name: Upload Trivy results
uses: github/codeql-action/upload-sarif@v3
if: always()
if: always() && hashFiles('trivy-results.sarif') != ''
with:
sarif_file: trivy-results.sarif