commit 8458c8211ec3755400933edc6287baa810f5f695 Author: Nick Mathewson nickm@torproject.org Date: Mon Sep 21 09:49:29 2020 -0400
gitlab-ci: Use test-network-all for debian-integration --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 43154d12f5..ba61c71b2b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -156,6 +156,7 @@ debian-integration: variables: CHECK: "no" CHUTNEY: "yes" + CHUTNEY_MAKE_TARGET: "test-network-all" STEM: "yes" ALL_BUGS_ARE_FATAL: "yes" script:
tor-commits@lists.torproject.org