From 9160a60bbacb61fd4271a16e712493d63e21ec4a Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Fri, 29 Jan 2021 14:27:37 -0500 Subject: [PATCH] restore the other jobs --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e96b315..a4fc399 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -226,8 +226,8 @@ workflows: version: 2 everything: jobs: - # - "documentation" - # - "linux-tests" + - "documentation" + - "linux-tests" - "macos-tests": matrix: parameters: -- GitLab