Pass OPENSSL=no to make tests too.

This commit is contained in:
Darren Tucker 2021-07-25 22:37:55 +10:00
parent b398f499c6
commit 460ae5d930
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
- name: make install
run: vmrun "cd /usr/src/usr.bin/ssh && sudo make install"
- name: make tests
run: vmrun "cd /usr/src/regress/usr.bin/ssh && make obj && make clean && SUDO=sudo make"
run: vmrun "cd /usr/src/regress/usr.bin/ssh && make obj && make clean && if test '${{ matrix.configs }}' = 'without-openssl'; then make OPENSSL=no; else make; fi"
- name: save logs
if: failure()
uses: actions/upload-artifact@v2