use only one matrix index

This commit is contained in:
John Bland
2024-03-26 06:24:26 -04:00
parent f63501f035
commit 6272465c44

View File

@ -9,8 +9,7 @@ jobs:
matrix:
config: [
# Add new configs here
'--enable-rsa --enable-keygen --disable-dh',
'CFLAGS="-DWOLFSSL_NO_MALLOC"',
'--enable-rsa --enable-keygen --disable-dh CFLAGS="-DWOLFSSL_NO_MALLOC"',
]
name: make check
runs-on: ubuntu-latest