added tests presumed to break lz4 console detection
This commit is contained in:
@@ -62,6 +62,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
make lz4install
|
make lz4install
|
||||||
make -C tests test-lz4
|
make -C tests test-lz4
|
||||||
|
make check < /dev/null | tee # mess with lz4 console detection
|
||||||
make clean
|
make clean
|
||||||
make -C tests test-pool
|
make -C tests test-pool
|
||||||
make clean
|
make clean
|
||||||
|
|||||||
+2
-1
@@ -216,11 +216,12 @@ matrix:
|
|||||||
- make -C zlibWrapper test
|
- make -C zlibWrapper test
|
||||||
- make -C zlibWrapper valgrindTest
|
- 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
|
if: branch = master
|
||||||
script:
|
script:
|
||||||
- make lz4install
|
- make lz4install
|
||||||
- make -C tests test-lz4
|
- make -C tests test-lz4
|
||||||
|
- make check < /dev/null | tee # mess with lz4 console detection
|
||||||
- make clean
|
- make clean
|
||||||
- make -C tests test-pool
|
- make -C tests test-pool
|
||||||
- make clean
|
- make clean
|
||||||
|
|||||||
Reference in New Issue
Block a user