Sqlsmith has two cron
workflows.
- Frontend tests
- E2e tests
It is separate from PR workflow because:
- Fuzzing tests might fail as new features and generators are added.
- Avoid slowing down PR workflow, fuzzing tests take a while to run. We can include failing tests in e2e / unit tests when encountered.