File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
src/tools/miri/.github/workflows Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -75,13 +75,13 @@ jobs:
75
75
76
76
# The main test job! We don't run this in qemu as that is quite slow,
77
77
# so those targets only get the clippy check below.
78
- - name : Test Miri
78
+ - name : test Miri
79
79
if : ${{ !matrix.qemu }}
80
80
run : ./ci/ci.sh
81
81
82
82
# The `style` job only runs on Linux; this makes sure the host-specific
83
83
# code is also covered by clippy.
84
- - name : Check clippy
84
+ - name : clippy
85
85
run : ./miri clippy -- -D warnings
86
86
87
87
style :
93
93
94
94
- name : rustfmt
95
95
run : ./miri fmt --check
96
- - name : clippy
97
- run : ./miri clippy -- -D warnings
98
96
- name : clippy (no features)
99
97
run : ./miri clippy --no-default-features -- -D warnings
100
98
- name : clippy (all features)
You can’t perform that action at this time.
0 commit comments