Skip to content

Commit

Permalink
zlib-wrapper: separate test components to better understand what is f…
Browse files Browse the repository at this point in the history
…ailing
  • Loading branch information
Cyan4973 committed Jan 16, 2025
1 parent d4ae5c3 commit 43626f1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/dev-short-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
- name: zlib wrapper test
- name: install valgrind
run: |
sudo apt-get -qqq update
make valgrindinstall
make -C zlibWrapper test
make -C zlibWrapper test-valgrind
- name: zlib wrapper test
run: make -C zlibWrapper test
- name: zlib wrapper test under valgrind
run: make -C zlibWrapper test-valgrind

lz4-threadpool-libs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 43626f1

Please sign in to comment.