Skip to content

Commit

Permalink
test x clippy --stage 1 in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jyn514 committed Nov 4, 2023
1 parent 24bd8a1 commit 56ec3c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ci/docker/host-x86_64/x86_64-gnu-llvm-15/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,7 @@ fi
# This is intended to make sure that both `--pass=check` continues to
# work.
../x.ps1 --stage 2 test tests/ui --pass=check --host='' --target=i686-unknown-linux-gnu

# Run clippy just to make sure it doesn't error out; we don't actually want to gate on the warnings
# though.
../x.py --stage 0 clippy -Awarnings

0 comments on commit 56ec3c0

Please sign in to comment.