Skip to content
Snippets Groups Projects
Commit 6733c565 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

heptapod-ci: run the --pure test too

These are usually rarely run by individual developper because they are slow.
However it is important that they stay happy.

Differential Revision: https://phab.mercurial-scm.org/D8016
parent 8814308e
No related branches found
No related tags found
No related merge requests found
......@@ -49,3 +49,14 @@
variables:
RUNTEST_ARGS: "--blacklist /tmp/check-tests.txt"
PYTHON: python3
test-py2-pure:
<<: *runtests
variables:
RUNTEST_ARGS: "--pure --blacklist /tmp/check-tests.txt"
test-py3-pure:
<<: *runtests
variables:
RUNTEST_ARGS: "--pure --blacklist /tmp/check-tests.txt"
PYTHON: python3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment