Skip to content

Commit 4a5082e

Browse files
committed
ci: Test rustdoc-gui with --jobs 1
1 parent 2fd82bb commit 4a5082e

File tree

1 file changed

+2
-1
lines changed
  • src/ci/docker/host-x86_64/x86_64-gnu-tools

1 file changed

+2
-1
lines changed

src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,5 @@ ENV RUST_CONFIGURE_ARGS \
8484
--save-toolstates=/tmp/toolstate/toolstates.json
8585

8686
ENV SCRIPT /tmp/checktools.sh ../x.py && \
87-
NODE_PATH=`npm root -g` python3 ../x.py test src/test/rustdoc-gui --stage 2 --test-args --no-sandbox
87+
NODE_PATH=`npm root -g` python3 ../x.py test src/test/rustdoc-gui --stage 2 \
88+
--test-args "'--no-sandbox --jobs 1'"

0 commit comments

Comments
 (0)