Update .github/workflows/rust.yaml

This commit is contained in:
phoenix
2025-02-03 00:31:23 +00:00
parent c4f27e924d
commit e240276db7
+5 -8
View File
@@ -37,11 +37,8 @@ jobs:
- name: Clippy check (optional)
# Uncomment to enable Clippy linting
# uses: actions-rs/clippy-check@v1
# with:
# token: ${{ secrets.GITHUB_TOKEN }}
# args: -- -D warnings
- name: Generate code coverage (optional)
# Uncomment to generate code coverage reports (requires additional setup)
# uses: codecov/codecov-action@v3
uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: -- -D warnings
]