Update .github/workflows/rust.yaml

This commit is contained in:
phoenix
2025-02-03 00:31:44 +00:00
parent e240276db7
commit 59a5e1f678
-6
View File
@@ -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
]