streamlined github action test

This commit is contained in:
Yann Collet 2020-12-20 15:03:59 -08:00
parent f78917cdd3
commit eacf1b3bc3

View File

@ -51,7 +51,7 @@ jobs:
- uses: actions/checkout@v2
- name: zlib wrapper test
run: |
make gpp6install valgrindinstall
make valgrindinstall
make -C zlibWrapper test
make -C zlibWrapper valgrindTest