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

Conversation

rodneyosodo
Copy link
Member

What does this do?

refactor the CI workflow and Makefile

  • Updated the workflow file .github/workflows/ci.yml
  • Updated the Makefile

Which issue(s) does this PR fix/relate to?

No issue

List any changes that modify/break current functionality

There are no changes that modify or break the current functionality

Have you included tests for your changes?

No tests were added since no code changed

Did you document any new/modified functionality?

No

Notes

N/A

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>
@dborovcanin dborovcanin merged commit 71fd84b into absmach:main Jan 29, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants