##// END OF EJS Templates
heptapod-ci: add a job to test the rust version of Mercurial...
marmoute -
r44758:541a509a stable
parent child Browse files
Show More
@@ -60,3 +60,16 b' test-py3-pure:'
60 variables:
60 variables:
61 RUNTEST_ARGS: "--pure --blacklist /tmp/check-tests.txt"
61 RUNTEST_ARGS: "--pure --blacklist /tmp/check-tests.txt"
62 PYTHON: python3
62 PYTHON: python3
63
64 test-py2-rust:
65 <<: *runtests
66 variables:
67 HGWITHRUSTEXT: cpython
68 RUNTEST_ARGS: "--blacklist /tmp/check-tests.txt"
69
70 test-py3-rust:
71 <<: *runtests
72 variables:
73 HGWITHRUSTEXT: cpython
74 RUNTEST_ARGS: "--blacklist /tmp/check-tests.txt"
75 PYTHON: python3
General Comments 0
You need to be logged in to leave comments. Login now