Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NOISSUE - Refactor CI workflow and Makefile (#29)
The changes in this commit refactor the CI workflow and Makefile. Specifically, the changes include: - Updated the workflow file `.github/workflows/ci.yml`: - Replaced the `go-version` with `1.21.x` in the `strategy.matrix` section. - Updated the `actions/setup-go` to version 4. - Changed the build command to `make callhome`. - Added a step to run tests using `make test`. - Updated the `Makefile`: - Added a `test` target to run tests with verbose output, race detection, and atomic coverage. Signed-off-by: Rodney Osodo <[email protected]>
- Loading branch information