From c87424b7e16cf83aead3e9e144a5555ad15d2aa8 Mon Sep 17 00:00:00 2001 From: Haroen Viaene Date: Wed, 20 Jan 2021 15:43:53 +0100 Subject: [PATCH] ci: remove inbetween tests --- .circleci/config.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5f76d7185..596ae5f23 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -130,18 +130,6 @@ workflows: - test_unit: version: '8' name: 'test_unit_8' - - test_unit: - version: '10' - name: 'test_unit_10' - - test_unit: - version: '11' - name: 'test_unit_11' - - test_unit: - version: '12' - name: 'test_unit_12' - - test_unit: - version: '13' - name: 'test_unit_13' - test_unit: version: '14' name: 'test_unit_14' @@ -156,10 +144,6 @@ workflows: - release: requires: - test_unit_8 - - test_unit_10 - - test_unit_11 - - test_unit_12 - - test_unit_13 - test_unit_14 - test_lint - test_types