Skip to content

Commit a584ad6

Browse files
committed
remove duplicate clippy check
1 parent f197218 commit a584ad6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ jobs:
7575
7676
# The main test job! We don't run this in qemu as that is quite slow,
7777
# so those targets only get the clippy check below.
78-
- name: Test Miri
78+
- name: test Miri
7979
if: ${{ !matrix.qemu }}
8080
run: ./ci/ci.sh
8181

8282
# The `style` job only runs on Linux; this makes sure the host-specific
8383
# code is also covered by clippy.
84-
- name: Check clippy
84+
- name: clippy
8585
run: ./miri clippy -- -D warnings
8686

8787
style:
@@ -93,8 +93,6 @@ jobs:
9393

9494
- name: rustfmt
9595
run: ./miri fmt --check
96-
- name: clippy
97-
run: ./miri clippy -- -D warnings
9896
- name: clippy (no features)
9997
run: ./miri clippy --no-default-features -- -D warnings
10098
- name: clippy (all features)

0 commit comments

Comments
 (0)