##// END OF EJS Templates
heptapod-ci: also run the dedicated rust test for the rust code...
marmoute -
r44755:5fd43c78 stable
parent child Browse files
Show More
@@ -23,3 +23,13 b' checks-py3:'
23 23 <<: *runtests
24 24 variables:
25 25 PYTHON: python3
26
27 rust-cargo-test-py2: &rust_cargo_test
28 script:
29 - echo "python used, $PYTHON"
30 - make rust-tests
31
32 rust-cargo-test-py3:
33 <<: *rust_cargo_test
34 variables:
35 PYTHON: python3
General Comments 0
You need to be logged in to leave comments. Login now