/.github/{scripts,workflows}: test args are working

This commit is contained in:
Dustin Brown
2021-08-16 17:42:26 -07:00
parent 41a6f3046c
commit 822a6b6333
2 changed files with 5 additions and 4 deletions
@@ -36,7 +36,8 @@ echo '
"--dolt-version='$version'",
"--bucket=dolt-fuzzer-runs",
"--region=us-west-2",
"--fuzzer-args=basic, --cycles=4, --config=/configs/scheduled-job.toml"
"--version-gate-job",
"--fuzzer-args=error, --cycles=1"
]
}
],
+3 -3
View File
@@ -2,10 +2,10 @@
on:
push:
paths:
- 'go/'
# paths:
# - 'go/'
branches:
- 'master'
- 'db/fuzzer-on-push'
jobs:
fuzzer: