This is a placeholder issue to add GitHub Workflows to trigger CI jobs on PRs and on their completion.
It would be meaningful to create CI jobs that only execute make targets within the repository, with the following checks:
- Go build (ensuring all packages can be built)
- Lint check (running golangci-lint)
- Go test (both unit and integration tests)
For integration tests (and considering the instability of testing against real clocks), the job should retry up to 3 or 5 times.
This is a placeholder issue to add GitHub Workflows to trigger CI jobs on PRs and on their completion.
It would be meaningful to create CI jobs that only execute make targets within the repository, with the following checks:
For integration tests (and considering the instability of testing against real clocks), the job should retry up to 3 or 5 times.