From 8bf9ca89a1bd39de36e27c7c7b105f51f01e8982 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Thu, 20 Feb 2025 02:30:43 +0100 Subject: [PATCH] Add a separate job to just run the test suite runner for Mac. --- .github/workflows/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3a63f6b3f..dedeb0fbf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -689,6 +689,11 @@ jobs: ../build/c3c compile -O1 src/test_suite_runner.c3 --enable-new-generics ./test_suite_runner ../build/c3c test_suite/ + - name: run build test suite runner + run: | + cd test + ../build/c3c compile -O1 src/test_suite_runner.c3 --enable-new-generics + - name: bundle_output if: matrix.llvm_version == env.LLVM_RELEASE_VERSION_MAC run: |