speed up ufuzz on GitHub Actions (#3806)
This commit is contained in:
parent
a2fc32c64b
commit
b694bfa351
4
.github/workflows/ufuzz.yml
vendored
4
.github/workflows/ufuzz.yml
vendored
|
|
@ -1,7 +1,7 @@
|
|||
name: Fuzzing
|
||||
on:
|
||||
schedule:
|
||||
- cron: "*/15 * * * *"
|
||||
- cron: "*/5 * * * *"
|
||||
jobs:
|
||||
ufuzz:
|
||||
strategy:
|
||||
|
|
@ -31,4 +31,4 @@ jobs:
|
|||
npm config set update-notifier false
|
||||
npm --version
|
||||
while !(npm install); do echo "'npm install' failed - retrying..."; done
|
||||
node test/ufuzz/job 3600000
|
||||
node test/ufuzz/job 2700000
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user