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

Add test gh action #84

Merged
merged 21 commits into from
Jul 2, 2024
Merged

Add test gh action #84

merged 21 commits into from
Jul 2, 2024

Conversation

mooreds
Copy link
Contributor

@mooreds mooreds commented Jul 2, 2024

Per this issue, it seems like we aren't running the compilation and tests that are in this package automatically. This workflow resolves that.

It runs go build and go test using savant targets.

Will run on every pull request.

It takes a bit of time because it actually stands up a FusionAuth server (using our GH action) and runs one or two tests against that. If this is problematic we could split out tests into unit and integration tests.

Related

.github/workflows/build.yaml Outdated Show resolved Hide resolved
@mooreds mooreds requested a review from johnjeffers July 2, 2024 21:42
@mooreds mooreds merged commit d604446 into main Jul 2, 2024
2 checks passed
@mooreds mooreds deleted the mooreds/add-test-gh-action branch July 2, 2024 21:54
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

3 participants