removed clippy check

This commit is contained in:
Patrick Mahnke-Hartmann
2025-09-18 21:49:42 +02:00
parent 3596c6f059
commit b1ab3cb19f

View File

@@ -85,14 +85,14 @@ jobs:
- name: Install Rust Clippy
working-directory: ${{ needs.detect-project.outputs.project-dir }}
run: rustup component add clippy
- name: Run tests
working-directory: ${{ needs.detect-project.outputs.project-dir }}
run: cargo test --verbose --no-fail-fast
- name: Run clippy
working-directory: ${{ needs.detect-project.outputs.project-dir }}
run: cargo clippy -- -D warnings
#- name: Run clippy
# working-directory: ${{ needs.detect-project.outputs.project-dir }}
# run: cargo clippy -- -D warnings
# audit:
# name: Security Audit