ci: update the title of the clippy job

This commit is contained in:
Mathew Davies 2023-05-26 19:33:54 +00:00
parent 5c4598364c
commit b1090ca5f3
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ jobs:
run: cargo fmt --all -- --check
clippy:
name: cargo clippy --all-features
name: cargo clippy -- -D warnings
runs-on: ubuntu-latest
steps: