add missing make call

This commit is contained in:
John Bland 2024-03-26 06:30:28 -04:00
parent 04db5baaa1
commit 254eb23443

View File

@ -23,6 +23,7 @@ jobs:
run: | run: |
./autogen.sh ./autogen.sh
./configure ${{ matrix.config }} ./configure ${{ matrix.config }}
make
./wolfcrypt/test/testwolfcrypt ./wolfcrypt/test/testwolfcrypt
- name: Print errors - name: Print errors