ci: Test rustdoc-gui with --jobs 1

This commit is contained in:
Josh Stone 2022-08-23 10:36:46 -07:00
parent 2fd82bbfe5
commit 4a5082e91e

View file

@ -84,4 +84,5 @@ ENV RUST_CONFIGURE_ARGS \
--save-toolstates=/tmp/toolstate/toolstates.json
ENV SCRIPT /tmp/checktools.sh ../x.py && \
NODE_PATH=`npm root -g` python3 ../x.py test src/test/rustdoc-gui --stage 2 --test-args --no-sandbox
NODE_PATH=`npm root -g` python3 ../x.py test src/test/rustdoc-gui --stage 2 \
--test-args "'--no-sandbox --jobs 1'"