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: matrix:
config: [ config: [
# Add new configs here # Add new configs here
'--enable-rsa --enable-keygen --disable-dh', '--enable-rsa --enable-keygen --disable-dh CFLAGS="-DWOLFSSL_NO_MALLOC"',
'CFLAGS="-DWOLFSSL_NO_MALLOC"',
] ]
name: make check name: make check
runs-on: ubuntu-latest runs-on: ubuntu-latest