From ae4c266c3cd225ae57243b2113e5c52197f62cb4 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Thu, 10 Oct 2024 19:42:21 -0500 Subject: [PATCH] Test amalg. --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2bc6edd1..a6c3b249 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -62,10 +62,10 @@ jobs: gcc - name: Build shell: cmd - run: make -j4 CC=gcc JANET_NO_AMALG=1 + run: make -j4 CC=gcc - name: Test shell: cmd - run: make test -j4 CC=gcc JANET_NO_AMALG=1 + run: make test -j4 CC=gcc test-mingw-linux: name: Build and test with Mingw on Linux + Wine