Skip to content

Commit 53048d1

Browse files
committed
fix SCRIPT
1 parent b8d86bd commit 53048d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/host-x86_64/i686-gnu-1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN sh /scripts/sccache.sh
2525

2626
ENV RUST_CONFIGURE_ARGS --build=i686-unknown-linux-gnu
2727
# We run the other tests in i686-gnu-2
28-
ENV SCRIPT python3 ../x.py --stage 2 \
28+
ENV SCRIPT python3 ../x.py --stage 2 test \
2929
--skip compiler \
3030
--skip library \
3131
--skip tidyselftest \

0 commit comments

Comments
 (0)