From 24803605c912a5246d5d5fc6cbeebba064ae01e8 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Sun, 17 Jul 2022 21:47:10 +0200 Subject: add dedicated install test per platform --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v0.12