Skip to content

feat: makefile targets for integration tests#269

Merged
smrz2001 merged 1 commit intomainfrom
feat/makefile-for-tests
Apr 28, 2025
Merged

feat: makefile targets for integration tests#269
smrz2001 merged 1 commit intomainfrom
feat/makefile-for-tests

Conversation

@smrz2001
Copy link
Contributor

New Makefile targets added that abstract Docker commands:

make test-sdk
make test-cli
make test-all

The existing make test command will revert to its original state (prior to the recent CI changes) of running unit-tests.

Closes #268.

@smrz2001 smrz2001 self-assigned this Apr 28, 2025
Copy link
Contributor

@sam701 sam701 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@smrz2001 smrz2001 merged commit 730da30 into main Apr 28, 2025
1 check passed
@smrz2001 smrz2001 deleted the feat/makefile-for-tests branch April 28, 2025 19:24
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.

Add Makefile directives for running tests

2 participants