Skip to content

Commit abd8352

Browse files
committed
restore command
1 parent 84ba41d commit abd8352

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ci/docker/scripts/x86_64-gnu-llvm.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ if [[ -z "${PR_CI_JOB}" ]]; then
3939
library/std library/alloc library/core
4040
fi
4141

42+
# NOTE: intentionally uses all of `x.py`, `x`, and `x.ps1` to make sure they all work on Linux.
43+
../x.py --stage 2 test --skip src/tools/tidy
44+
4245
# Run the `mir-opt` tests again but this time for a 32-bit target.
4346
# This enforces that tests using `// EMIT_MIR_FOR_EACH_BIT_WIDTH` have
4447
# both 32-bit and 64-bit outputs updated by the PR author, before

0 commit comments

Comments
 (0)