added tests presumed to break lz4 console detection
This commit is contained in:
parent
e0ec32f1e3
commit
b15469203f
1
.github/workflows/generic-release.yml
vendored
1
.github/workflows/generic-release.yml
vendored
@ -62,6 +62,7 @@ jobs:
|
||||
run: |
|
||||
make lz4install
|
||||
make -C tests test-lz4
|
||||
make check < /dev/null | tee # mess with lz4 console detection
|
||||
make clean
|
||||
make -C tests test-pool
|
||||
make clean
|
||||
|
@ -216,11 +216,12 @@ matrix:
|
||||
- make -C zlibWrapper test
|
||||
- make -C zlibWrapper valgrindTest
|
||||
|
||||
- name: LZ4, thread pool, and partial libs tests # ~2mn
|
||||
- name: LZ4, thread pool, and partial libs tests # ~4mn
|
||||
if: branch = master
|
||||
script:
|
||||
- make lz4install
|
||||
- make -C tests test-lz4
|
||||
- make check < /dev/null | tee # mess with lz4 console detection
|
||||
- make clean
|
||||
- make -C tests test-pool
|
||||
- make clean
|
||||
|
Loading…
Reference in New Issue
Block a user