mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-10 12:00:53 +02:00
Time-Stamping Protocol testing: fix CI loop static-memory
Static-memory CI loop failed as tests were using too much memory. Tests changed. Name of loop change to tsp-staticmemory to make more sense.
This commit is contained in:
@@ -75,7 +75,7 @@ jobs:
|
||||
"CFLAGS=-DWOLFSSL_NO_MALLOC -pedantic -Wdeclaration-after-statement -Wnull-dereference -DTEST_LIBWOLFSSL_SOURCES_INCLUSION_SEQUENCE"],
|
||||
"check": false,
|
||||
"run": [["./wolfcrypt/test/testwolfcrypt"]]},
|
||||
{"name": "tps-staticmemory", "minutes": 0.8,
|
||||
{"name": "tsp-staticmemory", "minutes": 0.8,
|
||||
"configure": ["--enable-ecc", "--enable-rsa", "--enable-keygen",
|
||||
"--enable-ed25519", "--enable-curve25519", "--enable-ed448",
|
||||
"--enable-curve448", "--enable-mlkem", "--enable-tsp",
|
||||
|
||||
Reference in New Issue
Block a user