Skip to content

Commit

Permalink
Make Windows-optional tests not run on Windows again
Browse files Browse the repository at this point in the history
  • Loading branch information
nicowilliams committed Aug 11, 2023
1 parent 513e5f6 commit 3edd2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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() }}
Expand Down

0 comments on commit 3edd2ef

Please sign in to comment.