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:
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 :
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)
You can’t perform that action at this time.
0 commit comments