Update .github/workflows/rust.yaml
This commit is contained in:
@@ -35,10 +35,4 @@ jobs:
|
||||
command: test
|
||||
args: --release # Or --debug, depending on the env.PROFILE
|
||||
|
||||
- name: Clippy check (optional)
|
||||
# Uncomment to enable Clippy linting
|
||||
uses: actions-rs/clippy-check@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
args: -- -D warnings
|
||||
]
|
||||
Reference in New Issue
Block a user