comparison contrib/heptapod-ci.yml @ 44252:5fd43c788943 stable

heptapod-ci: also run the dedicated rust test for the rust code The Rust code has various standard rust test that are fast to run. So let's run them. Differential Revision: https://phab.mercurial-scm.org/D8014
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 18 Nov 2019 09:38:40 +0100
parents 2aa2408e7515
children 8814308e83bb
comparison
equal deleted inserted replaced
44251:2aa2408e7515 44252:5fd43c788943
21 21
22 checks-py3: 22 checks-py3:
23 <<: *runtests 23 <<: *runtests
24 variables: 24 variables:
25 PYTHON: python3 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