Skip to content

[CI] Add GitHub Workflows for CI jobs in PRs #3

@zalgonoise

Description

@zalgonoise

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.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions