ci: Test rustdoc-gui with --jobs 1
This commit is contained in:
parent
2fd82bbfe5
commit
4a5082e91e
1 changed files with 2 additions and 1 deletions
|
|
@ -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'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue