ci: reduce TEST_ITERS in memcheck run

This commit is contained in:
Pieter Wuille 2021-12-03 14:56:28 -05:00
parent e2cf77328a
commit 5eb519e1f6
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ task:
env: env:
# The `--error-exitcode` is required to make the test fail if valgrind found errors, otherwise it'll return 0 (https://www.valgrind.org/docs/manual/manual-core.html) # The `--error-exitcode` is required to make the test fail if valgrind found errors, otherwise it'll return 0 (https://www.valgrind.org/docs/manual/manual-core.html)
WRAPPER_CMD: "valgrind --error-exitcode=42" WRAPPER_CMD: "valgrind --error-exitcode=42"
SECP256K1_TEST_ITERS: 16 SECP256K1_TEST_ITERS: 2
- name: "UBSan, ASan, LSan" - name: "UBSan, ASan, LSan"
env: env:
CFLAGS: "-fsanitize=undefined,address -g" CFLAGS: "-fsanitize=undefined,address -g"