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

Fix running API, SDK tests & vetting #155

Merged
merged 2 commits into from
Feb 27, 2024

Conversation

cipherboy
Copy link
Member

As noted in #61, the tests for the api/ and sdk/ subpackages were not run; this fixes the failing tests and adds them to the Makefile so this should be prevented in the future.

Resolves: #61

This adds testing of API & SDK packages to the Makefile, letting
`make test` run them by default. This should fix issues where either is
broken as they weren't being run by most test executions.

Resolves: openbao#61

Signed-off-by: Alexander Scheel <alexander.m.scheel@gmail.com>
Signed-off-by: Alexander Scheel <alexander.m.scheel@gmail.com>
@naphelps naphelps merged commit b9e9289 into openbao:main Feb 27, 2024
3 of 9 checks 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.

Fork & Bug: API & SDK are not tested
3 participants