From 5d3c3781e4541417749fc4aec459b561760582d5 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Tue, 25 Feb 2025 16:09:23 +0100 Subject: [PATCH] Update msys CI --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e009624e4..5597936be 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -220,7 +220,7 @@ jobs: - name: run compiler tests run: | cd test - ../build/c3c.exe compile-run -O1 --stdlib ../lib7 src/test_suite_runner.c3 --enable-new-generics test_suite7/ --stdlib ../lib7 --no-terminal + ../build/c3c.exe compile-run -O1 --stdlib ../lib7 src/test_suite_runner.c3 --enable-new-generics -- ../build/c3c.exe test_suite7/ --stdlib ../lib7 --no-terminal build-linux: runs-on: ubuntu-22.04