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

added a working unit test #7

Merged
merged 2 commits into from
Jul 1, 2024
Merged

added a working unit test #7

merged 2 commits into from
Jul 1, 2024

Conversation

Skarlso
Copy link
Collaborator

@Skarlso Skarlso commented Jul 1, 2024

Problem Statement

What is the problem you're trying to solve?

Related Issue

Fixes #3

Proposed Changes

How do you like to solve the issue and why?

Checklist

  • I have read the contribution guidelines
  • All commits are signed with git commit --signoff
  • My changes have reasonable test coverage
  • All tests pass with make test
  • I ensured my PR is ready for review with make reviewable

@Skarlso Skarlso force-pushed the enable-cgo-in-unit-tests branch from b597b98 to 5b22d93 Compare July 1, 2024 17:39
Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
@Skarlso Skarlso force-pushed the enable-cgo-in-unit-tests branch 2 times, most recently from fc3f325 to 4696a34 Compare July 1, 2024 20:33
Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
@Skarlso Skarlso force-pushed the enable-cgo-in-unit-tests branch from 4696a34 to 89dd9ab Compare July 1, 2024 20:34
@Skarlso Skarlso merged commit 58f32c8 into main Jul 1, 2024
3 of 4 checks passed
@Skarlso Skarlso deleted the enable-cgo-in-unit-tests branch July 1, 2024 20:36
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.

The test will need CGO enabled to run.
1 participant