Skip to content

Commit cab28d1

Browse files
committed
ci: deactivated the usage of the generated fuzzing corpus
1 parent 4e700a5 commit cab28d1

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/testing.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,14 @@ jobs:
9999
# Checkout the Fuzzing seed and generated corpus
100100
# Classical unit tests execute the fuzzing tests as well,
101101
# but mainly with the pre-existing corpus.
102-
- uses: actions/checkout@v3
103-
with:
104-
repository: andygrunwald/vdf-fuzzing-corpus
105-
path: testdata/fuzz
102+
#
103+
# Deactivated right now, because this let the unit tests
104+
# run into an execution timeout.
105+
#
106+
#- uses: actions/checkout@v3
107+
# with:
108+
# repository: andygrunwald/vdf-fuzzing-corpus
109+
# path: testdata/fuzz
106110

107111
- name: Run Unit tests.
108112
run: make test

0 commit comments

Comments
 (0)