test wolfcrypt only

This commit is contained in:
John Bland 2024-03-26 06:28:05 -04:00
parent 6272465c44
commit 04db5baaa1

View File

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