ci: have rust-cargo-test inherit from all
authorPierre-Yves David <pierre-yves.david@octobus.net>
Fri, 13 May 2022 15:48:53 +0200
changeset 49188 a17ffde1e71b
parent 49187 04a812f507be
child 49189 237855525f64
ci: have rust-cargo-test inherit from all This help changing configuration for everything at the same time. This was initially the case before being dropped by mistake in 0ddd5e1f5f67.
contrib/heptapod-ci.yml
--- a/contrib/heptapod-ci.yml	Thu May 19 01:34:51 2022 +0100
+++ b/contrib/heptapod-ci.yml	Fri May 13 15:48:53 2022 +0200
@@ -37,6 +37,7 @@
         PYTHON: python3
 
 rust-cargo-test:
+    <<: *all
     stage: tests
     script:
         - echo "python used, $PYTHON"