From fb7bac4652bdddd04ef504e8c1da7250d48e3b87 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 20 Jun 2020 13:05:25 -0400 Subject: [PATCH] tests: split out tests more --- .circleci/config.yml | 2 +- tests/unit/{20_resource.bats => 100_resource.bats} | 0 tests/unit/{70_nginx-vhosts_2.bats => 110_nginx-vhosts_2.bats} | 0 tests/unit/{10_git.bats => 120_git.bats} | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename tests/unit/{20_resource.bats => 100_resource.bats} (100%) rename tests/unit/{70_nginx-vhosts_2.bats => 110_nginx-vhosts_2.bats} (100%) rename tests/unit/{10_git.bats => 120_git.bats} (100%) diff --git a/.circleci/config.yml b/.circleci/config.yml index a8f0cf276..60611f6e9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -126,6 +126,6 @@ workflows: - unit-tests: matrix: parameters: - index: [10, 20, 30, 40, 50, 60, 70, 80, 90] + index: [10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110, 120] requires: - build diff --git a/tests/unit/20_resource.bats b/tests/unit/100_resource.bats similarity index 100% rename from tests/unit/20_resource.bats rename to tests/unit/100_resource.bats diff --git a/tests/unit/70_nginx-vhosts_2.bats b/tests/unit/110_nginx-vhosts_2.bats similarity index 100% rename from tests/unit/70_nginx-vhosts_2.bats rename to tests/unit/110_nginx-vhosts_2.bats diff --git a/tests/unit/10_git.bats b/tests/unit/120_git.bats similarity index 100% rename from tests/unit/10_git.bats rename to tests/unit/120_git.bats