zlib-wrapper: separate test components to better understand what is failing
This commit is contained in:
@@ -141,12 +141,14 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
|
||||||
- name: zlib wrapper test
|
- name: install valgrind
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get -qqq update
|
sudo apt-get -qqq update
|
||||||
make valgrindinstall
|
make valgrindinstall
|
||||||
make -C zlibWrapper test
|
- name: zlib wrapper test
|
||||||
make -C zlibWrapper test-valgrind
|
run: make -C zlibWrapper test
|
||||||
|
- name: zlib wrapper test under valgrind
|
||||||
|
run: make -C zlibWrapper test-valgrind
|
||||||
|
|
||||||
lz4-threadpool-libs:
|
lz4-threadpool-libs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user