# HG changeset patch # User Simon Sapin # Date 2021-01-29 12:46:19 # Node ID 0da465780bba420620809d2501510a282afbd8b9 # Parent f7621fa14b849ba79e6624beaff03b6a9e7d5592 rhg: Build in release mode on CI This follows e73b40c790ec which made tests use the release executable. With e73b40c790ec but not this, tests are skipped on CI because the executable is missing. Differential Revision: https://phab.mercurial-scm.org/D9907 diff --git a/contrib/heptapod-ci.yml b/contrib/heptapod-ci.yml --- a/contrib/heptapod-ci.yml +++ b/contrib/heptapod-ci.yml @@ -32,7 +32,7 @@ variables: - hg -R /tmp/mercurial-ci/ update `hg log --rev '.' --template '{node}'` - ls -1 tests/test-check-*.* > /tmp/check-tests.txt - cd /tmp/mercurial-ci/rust/rhg - - cargo build + - cargo build --release - cd /tmp/mercurial-ci/