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
|
- name: Install Rust Clippy
|
||||||
working-directory: ${{ needs.detect-project.outputs.project-dir }}
|
working-directory: ${{ needs.detect-project.outputs.project-dir }}
|
||||||
run: rustup component add clippy
|
run: rustup component add clippy
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
working-directory: ${{ needs.detect-project.outputs.project-dir }}
|
working-directory: ${{ needs.detect-project.outputs.project-dir }}
|
||||||
run: cargo test --verbose --no-fail-fast
|
run: cargo test --verbose --no-fail-fast
|
||||||
|
|
||||||
- name: Run clippy
|
#- name: Run clippy
|
||||||
working-directory: ${{ needs.detect-project.outputs.project-dir }}
|
# working-directory: ${{ needs.detect-project.outputs.project-dir }}
|
||||||
run: cargo clippy -- -D warnings
|
# run: cargo clippy -- -D warnings
|
||||||
|
|
||||||
# audit:
|
# audit:
|
||||||
# name: Security Audit
|
# name: Security Audit
|
||||||
|
Reference in New Issue
Block a user