mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-21 19:39:04 -05:00
Reduced fuzzer gate cycles
This commit is contained in:
committed by
Daylon Wilkins
parent
333b9c23cb
commit
ab923b17fc
@@ -37,7 +37,7 @@ echo '
|
||||
"--bucket=dolt-fuzzer-runs",
|
||||
"--region=us-west-2",
|
||||
"--version-gate-job",
|
||||
"--fuzzer-args=merge, --cycles=25"
|
||||
"--fuzzer-args=merge, --cycles=5"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
@@ -3,7 +3,7 @@ name: Fuzzer
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'go/'
|
||||
- 'go/**'
|
||||
branches:
|
||||
- 'master'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user