From 3edd2ef84003bd4c83140511e6bb07ad6139c72e Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Fri, 11 Aug 2023 16:34:30 -0500 Subject: [PATCH] Make Windows-optional tests not run on Windows again --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba6449c619..18ed5225d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -239,7 +239,7 @@ jobs: cp ./jq.exe jq-${{ env.SUFFIX }}.exe - name: Test run: | - make check VERBOSE=yes + make check VERBOSE=yes TESTS="tests/mantest tests/jqtest tests/shtest tests/utf8test tests/base64test" git diff --exit-code --ignore-submodules - name: Upload Test Logs if: ${{ failure() }}