From 469475ab568a93f7514bc0795a22f4055802477b Mon Sep 17 00:00:00 2001 From: Alfred Klomp Date: Mon, 29 Jan 2024 22:13:27 +0100 Subject: [PATCH] CI: add extra tests --- .github/workflows/test.yml | 9 +++++++++ 1 file changed, 9 insertions(+) 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