- Version: master
- Platform: all
- Subsystem: build, test
When there are flaky errors make lint would not be run, so one has to manually trigger them, and it's easy to forget. I think this is pretty common because we have PRs failing linter CIs on the first run from time to time. Maybe we can run the linter before running the tests?
When there are flaky errors
make lintwould not be run, so one has to manually trigger them, and it's easy to forget. I think this is pretty common because we have PRs failing linter CIs on the first run from time to time. Maybe we can run the linter before running the tests?