Skip to content

Commit

Permalink
CI: add extra tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aklomp committed Jan 29, 2024
1 parent 5a0c585 commit 469475a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 469475a

Please sign in to comment.