summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2022-07-17 19:47:10 (GMT)
committerYann Collet <cyan@fb.com>2022-07-17 19:47:10 (GMT)
commit24803605c912a5246d5d5fc6cbeebba064ae01e8 (patch)
tree7d38df89b0be3d6bae6c0b60e8c89c2ac4163205 /.github
parent1db2e64a0de0a19d4e69fc49da60eb31fc6dda72 (diff)
downloadlz4-24803605c912a5246d5d5fc6cbeebba064ae01e8.zip
lz4-24803605c912a5246d5d5fc6cbeebba064ae01e8.tar.gz
lz4-24803605c912a5246d5d5fc6cbeebba064ae01e8.tar.bz2
add dedicated install test
per platform
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1e8f1e6..3101d4f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -87,6 +87,10 @@ jobs:
if: always()
run: make V=1
+ - name: install test
+ if: always()
+ run: make clean; make V=1 -C tests test-install
+
- name: make all
if: always()
run: make V=1 clean all