From d20606f54e10b4ba4c4ebdefcfc5d84c71b50938 Mon Sep 17 00:00:00 2001 From: fheinecke <23390735+fheinecke@users.noreply.github.com> Date: Wed, 27 Sep 2023 18:17:19 -0500 Subject: [PATCH] Cut CI unit test runtime in half (#32706) --- .github/workflows/unit-tests-code.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unit-tests-code.yaml b/.github/workflows/unit-tests-code.yaml index 942c7785294c..5f7660e1cd4f 100644 --- a/.github/workflows/unit-tests-code.yaml +++ b/.github/workflows/unit-tests-code.yaml @@ -69,5 +69,5 @@ jobs: run: mount -t debugfs none /sys/kernel/debug/ - name: Run tests - timeout-minutes: 40 - run: make test-go test-sh test-api + timeout-minutes: 20 + run: make -j"$(nproc)" test-go test-sh test-api