Update .github/workflows/rust.yaml

This commit is contained in:
phoenix
2025-02-03 00:32:31 +00:00
parent 59a5e1f678
commit ef6eba61a7
+10 -1
View File
@@ -35,4 +35,13 @@ jobs:
command: test command: test
args: --release # Or --debug, depending on the env.PROFILE 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
- name: Generate code coverage (optional)
# Uncomment to generate code coverage reports (requires additional setup)
# uses: codecov/codecov-action@v3