contrib/heptapod-ci.yml
changeset 51885 a3a9251c6081
parent 51884 243e805e8a2d
child 51993 5e2f0fec0a47
--- a/contrib/heptapod-ci.yml	Wed Aug 28 16:35:43 2024 +0200
+++ b/contrib/heptapod-ci.yml	Wed Sep 11 00:20:07 2024 +0200
@@ -79,7 +79,7 @@
         RUNTEST_ARGS: "--pure --blacklist /tmp/check-tests.txt"
         TEST_HGMODULEPOLICY: "py"
 
-test-rust:
+test-rust: &test_rust
     <<: *runtests
     variables:
         HGWITHRUSTEXT: cpython
@@ -114,6 +114,12 @@
     variables:
         PYTHON: python3.12
 
+test-3.12-rust:
+    <<: *test_rust
+    when: manual  # avoid overloading the CI by default
+    variables:
+        PYTHON: python3.12
+
 check-pytype:
     extends: .runtests_template
     before_script: