Skip to content

Commit b11171a

Browse files
authored
Update .github/workflows/rust.yml
1 parent 1ded013 commit b11171a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- uses: Swatinem/rust-cache@v2
4545
- name: Check formatting
4646
run: cargo fmt --all -- --check
47-
test:
47+
clippy:
4848
name: cargo clippy (forbidden methods)
4949
runs-on: ubuntu-latest
5050
steps:

0 commit comments

Comments
 (0)