From 3b8cfffe94357de0e7d2b37c1a1bf63f40ddf03b Mon Sep 17 00:00:00 2001 From: Timothy Smith Date: Mon, 29 Jan 2024 11:22:23 -0500 Subject: [PATCH] more parallelize test --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfeba2a47..4b7bf531a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,11 @@ jobs: - "1.26.4" - "1.24.13" - "1.23.17" + test_suite: + - "unit_test" + - "cli_test" + - "serial_integration_test" + - "integration_test" include: - kubernetes_version: "1.27.3" kind_image: "kindest/node:v1.27.3@sha256:9dd3392d79af1b084671b05bcf65b21de476256ad1dcc853d9f3b10b4ac52dde" @@ -52,4 +57,4 @@ jobs: - name: Run tests run: | - bin/test + bundle exec rake ${{matrix.test_suite}}