Mercurial > evolve
changeset 5351:dd88c127ad81
ci: add --no-rust to -cext variants
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Fri, 29 May 2020 13:50:41 +0800 |
parents | 73cd416a1653 |
children | 474bcce6cef1 |
files | .gitlab-ci.yml |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/.gitlab-ci.yml Fri May 29 13:23:45 2020 +0800 +++ b/.gitlab-ci.yml Fri May 29 13:50:41 2020 +0800 @@ -30,6 +30,7 @@ tests-py2-cext: <<: *runtests variables: + RUNTEST_ARGS: "--no-rust" TEST_HGMODULEPOLICY: "c" tests-py2-pure: @@ -43,6 +44,7 @@ variables: PY: py3 PYTHON: python3 + RUNTEST_ARGS: "--no-rust" TEST_HGMODULEPOLICY: "c" tests-py3-pure: