From c8d92d3d4f7d560146f2f936156ec4dac3fc5811 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Wed, 29 Sep 2021 13:28:56 +1000 Subject: Add make clean step to tests. --- .github/workflows/c-cpp.yml | 2 ++ .github/workflows/selfhosted.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index b6cd3441..3ea466a7 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -73,6 +73,8 @@ jobs: run: autoreconf - name: configure run: ./.github/configure.sh ${{ matrix.configs }} + - name: make clean + run: make clean - name: make run: make -j2 - name: make tests diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml index df6eca71..f102786e 100644 --- a/.github/workflows/selfhosted.yml +++ b/.github/workflows/selfhosted.yml @@ -74,6 +74,8 @@ jobs: run: vmstartup - name: configure run: vmrun ./.github/configure.sh ${{ matrix.configs }} + - name: make clean + run: vmrun make clean - name: make run: vmrun make - name: make tests -- cgit v1.2.3