We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7296126 commit 13befcfCopy full SHA for 13befcf
1 file changed
.github/workflows/test.yml
@@ -112,7 +112,7 @@ jobs:
112
run: ./scripts/check_known_issues.sh
113
114
- name: Gate parser fuzz target
115
- run: go test ./vibes -run '^$' -fuzz=FuzzCompileScriptDoesNotPanic -fuzztime=5s
+ run: go test ./vibes -run '^$' -fuzz=FuzzCompileScriptDoesNotPanic -fuzztime=10000x
116
117
- name: Gate runtime fuzz target
118
- run: go test ./vibes -run '^$' -fuzz=FuzzRuntimeEdgeCasesDoNotPanic -fuzztime=5s
+ run: go test ./vibes -run '^$' -fuzz=FuzzRuntimeEdgeCasesDoNotPanic -fuzztime=10000x
0 commit comments