removed clippy check
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user