Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NOISSUE - Refactor CI workflow and Makefile #29

Merged
merged 1 commit into from
Jan 29, 2024

Commits on Jan 26, 2024

  1. Refactor CI workflow and Makefile

    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 <28790446+rodneyosodo@users.noreply.github.com>
    rodneyosodo committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    3e6e276 View commit details
    Browse the repository at this point in the history