Skip to content

Commit

Permalink
ci: reduce TEST_ITERS in memcheck run
Browse files Browse the repository at this point in the history
  • Loading branch information
sipa committed Dec 5, 2021
1 parent e2cf773 commit 5eb519e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Expand Up @@ -290,7 +290,7 @@ task:
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)
WRAPPER_CMD: "valgrind --error-exitcode=42"
SECP256K1_TEST_ITERS: 16
SECP256K1_TEST_ITERS: 2
- name: "UBSan, ASan, LSan"
env:
CFLAGS: "-fsanitize=undefined,address -g"
Expand Down

0 comments on commit 5eb519e

Please sign in to comment.