0
0
mirror of https://github.com/lz4/lz4 synced 2026-01-18 17:21:30 +01:00

remove redundant tests

This commit is contained in:
Yann Collet
2025-05-26 19:39:51 +00:00
parent 0190dcf4f9
commit 58d3acb530

View File

@@ -169,15 +169,9 @@ jobs:
sudo apt-get update
sudo apt-get install gcc-multilib
- name: test-lz4
run: make -j -C tests test-lz4 V=1
- name: test-lz4c
run: make -j -C tests test-lz4c V=1
- name: test-lz4c32
run: make -j -C tests test-lz4c32 V=1
- name: test-fullbench
run: make -j -C tests test-fullbench V=1