diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 217a87f..5d2a9db 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -77,6 +77,9 @@ jobs: run: cmake --build out --config Release --verbose - name: CTest run: ctest --no-tests=error --test-dir out -VV --build-config Release + - name: Issue 137 repro + if: runner.os == 'Windows' + run: ./test/ci/issue137.sh alpine-makefile-test: name: makefile-alpine-amd64-gcc @@ -245,7 +248,13 @@ jobs: update: true install: >- make + unzip + vim + xxhash ${{ matrix.env }}${{ matrix.toolchain || 'toolchain' }} - name: Run tests shell: msys2 {0} run: ./test/ci/test.sh + - name: Issue 137 repro + shell: msys2 {0} + run: ./test/ci/issue137.sh