summaryrefslogtreecommitdiffstats
path: root/.github/workflows/fuzz-checker.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/fuzz-checker.yml')
-rw-r--r--.github/workflows/fuzz-checker.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/fuzz-checker.yml b/.github/workflows/fuzz-checker.yml
index 08dc7d54db..c20ae29f08 100644
--- a/.github/workflows/fuzz-checker.yml
+++ b/.github/workflows/fuzz-checker.yml
@@ -73,7 +73,7 @@ jobs:
./util/opensslwrap.sh version -c
- name: make test restricted
if: matrix.fuzzy.tests != ''
- run: make test HARNESS_JOBS=${HARNESS_JOBS:-4} TESTS="${{ matrix.fuzzy.tests }}"
+ run: AFL_MAP_SIZE=120985 make test HARNESS_JOBS=${HARNESS_JOBS:-4} TESTS="${{ matrix.fuzzy.tests }}"
- name: make test all
if: matrix.fuzzy.tests == ''
- run: make test HARNESS_JOBS=${HARNESS_JOBS:-4}
+ run: AFL_MAP_SIZE=120985 make test HARNESS_JOBS=${HARNESS_JOBS:-4}