Update .github/workflows/rust.yaml
This commit is contained in:
@@ -37,11 +37,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Clippy check (optional)
|
- name: Clippy check (optional)
|
||||||
# Uncomment to enable Clippy linting
|
# Uncomment to enable Clippy linting
|
||||||
# uses: actions-rs/clippy-check@v1
|
uses: actions-rs/clippy-check@v1
|
||||||
# with:
|
with:
|
||||||
# token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# args: -- -D warnings
|
args: -- -D warnings
|
||||||
|
]
|
||||||
- name: Generate code coverage (optional)
|
|
||||||
# Uncomment to generate code coverage reports (requires additional setup)
|
|
||||||
# uses: codecov/codecov-action@v3
|
|
||||||
Reference in New Issue
Block a user