We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f197218 commit a584ad6Copy full SHA for a584ad6
.github/workflows/ci.yml
@@ -75,13 +75,13 @@ jobs:
75
76
# The main test job! We don't run this in qemu as that is quite slow,
77
# so those targets only get the clippy check below.
78
- - name: Test Miri
+ - name: test Miri
79
if: ${{ !matrix.qemu }}
80
run: ./ci/ci.sh
81
82
# The `style` job only runs on Linux; this makes sure the host-specific
83
# code is also covered by clippy.
84
- - name: Check clippy
+ - name: clippy
85
run: ./miri clippy -- -D warnings
86
87
style:
@@ -93,8 +93,6 @@ jobs:
93
94
- name: rustfmt
95
run: ./miri fmt --check
96
- - name: clippy
97
- run: ./miri clippy -- -D warnings
98
- name: clippy (no features)
99
run: ./miri clippy --no-default-features -- -D warnings
100
- name: clippy (all features)
0 commit comments