mirror of git://anongit.mindrot.org/openssh.git
Add make clean step to tests.
This commit is contained in:
parent
360fb41ef8
commit
c8d92d3d4f
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue