Lint code in CI using in-tree Clippy
This commit is contained in:
parent
23bb607184
commit
27347831bd
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ RUN sh /scripts/sccache.sh
|
|||
|
||||
ENV SCRIPT \
|
||||
python3 ../x.py check && \
|
||||
python3 ../x.py clippy ci && \
|
||||
python3 ../x.py clippy ci --stage 2 && \
|
||||
python3 ../x.py test --stage 1 core alloc std test proc_macro && \
|
||||
python3 ../x.py test --stage 1 src/tools/compiletest && \
|
||||
python3 ../x.py doc bootstrap && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue