From a68ecb888828bb28f6920a23d4f645846f67bad4 Mon Sep 17 00:00:00 2001 From: iTrooz Date: Mon, 20 May 2024 00:01:00 +0200 Subject: [PATCH] fix: run tests concurrently --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 895e4a3..d24133d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -57,7 +57,7 @@ jobs: - name: 🧪 Perform Unit Tests run: | cd tests/build - ctest --output-on-failure + ctest --output-on-failure -j 4 #- name: ⚗️ Generate Coverage Report # run: |