From 4c15a17bf6d75b3eb9881382b38f9ae898f9ab60 Mon Sep 17 00:00:00 2001 From: Owen Ou Date: Sat, 1 Jul 2023 10:46:25 -0700 Subject: Enable all tests for Windows --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35355f60..29cdb264 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -160,9 +160,7 @@ jobs: - name: Test shell: msys2 {0} run: | - make -j3 SUBDIRS= 'TESTS=tests/mantest tests/jqtest tests/onigtest tests/base64test' check - make SUBDIRS= TESTS=tests/optionaltest check || true - make SUBDIRS= TRACE_TESTS=1 TESTS=tests/shtest check || true + make check - name: Upload Test Logs if: ${{ failure() }} uses: actions/upload-artifact@v3 -- cgit v1.2.3