summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOwen Ou <o@owenou.com>2023-07-01 10:46:25 -0700
committerOwen Ou <o@owenou.com>2023-07-01 11:23:31 -0700
commit4c15a17bf6d75b3eb9881382b38f9ae898f9ab60 (patch)
treee8429159c251d8ad77d16c22d126adc9d8aff016
parentd295348dcb4e59f839d5e1263ac53af0d36802a7 (diff)
Enable all tests for Windows
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 1 insertions, 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