We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 451e339 commit 7f48f11Copy full SHA for 7f48f11
.github/workflows/a2l-fuzzing.yml
@@ -20,4 +20,4 @@ jobs:
20
21
- name: Run A2L Fuzzing
22
run: cd a2l
23
- run: go test -fuzz=./a2l/FuzzParseA2L -v
+ run: go test -fuzz=./a2l/FuzzParseA2L -fuzztime=30s -v
.github/workflows/ihex32-fuzzing.yml
run: cd ihex32
- run: go test -fuzz=./ihex32/FuzzParseHex -v
+ run: go test -fuzz=./ihex32/FuzzParseHex -fuzztime=30s -v
.github/workflows/srec19-fuzzing.yml
run: cd srec19
- run: go test -fuzz=./srec19/FuzzParseHex -v
+ run: go test -fuzz=./srec19/FuzzParseHex -fuzztime=30s -v
0 commit comments