D8014: heptapod-ci: also run the dedicated rust test for the rust code

marmoute (Pierre-Yves David) phabricator at mercurial-scm.org
Fri Feb 7 20:40:48 UTC 2020


Closed by commit rHG5fd43c788943: heptapod-ci: also run the dedicated rust test for the rust code (authored by marmoute).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D8014?vs=19624&id=19990

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D8014/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D8014

AFFECTED FILES
  contrib/heptapod-ci.yml

CHANGE DETAILS

diff --git a/contrib/heptapod-ci.yml b/contrib/heptapod-ci.yml
--- a/contrib/heptapod-ci.yml
+++ b/contrib/heptapod-ci.yml
@@ -23,3 +23,13 @@
     <<: *runtests
     variables:
         PYTHON: python3
+
+rust-cargo-test-py2: &rust_cargo_test
+    script:
+        - echo "python used, $PYTHON"
+        - make rust-tests
+
+rust-cargo-test-py3:
+    <<: *rust_cargo_test
+    variables:
+        PYTHON: python3



To: marmoute, #hg-reviewers, pulkit
Cc: mjpieters, mercurial-devel


More information about the Mercurial-devel mailing list