commit 31d542a9c6f15536590b1194464b3c05fb11533d Author: David Goulet dgoulet@torproject.org Date: Tue Nov 3 08:36:02 2020 -0500
ci: Add DISTCHECK to tracing test on Gitlab
Signed-off-by: David Goulet dgoulet@torproject.org --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ba61c71b2b..a672d8ed39 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -170,6 +170,7 @@ debian-tracing: variables: TRACING: "yes" CHECK: "no" + DISTCHECK: "yes" script: - ./scripts/ci/ci-driver.sh # Ensure that we only run tracing when it's implemented.
tor-commits@lists.torproject.org