Add make clean step to tests.

This commit is contained in:
Darren Tucker 2021-09-29 13:28:56 +10:00
parent 360fb41ef8
commit c8d92d3d4f
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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