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

Use github actions as test pipeline #1340

Closed
wants to merge 1 commit into from

Conversation

jpmcb
Copy link
Collaborator

@jpmcb jpmcb commented Feb 8, 2021

This PR includes a workflow for Github Actions which is comparable to the current Travis CI testing pipeline.

This workflow only uses official Github supported Actions (found in their actions org)

You can see this being run on my fork here and it only takes 51 seconds to complete. It also uses a cache for the go mod, so we shouldn't have alot of downloads for each run.

Correct spelling

Use go 1.14 and 1.15
@jpmcb
Copy link
Collaborator Author

jpmcb commented Feb 9, 2021

Closing - duplicate of #1339

@jpmcb jpmcb closed this Feb 9, 2021
@jpmcb jpmcb deleted the use-github-actions branch February 9, 2021 15:46
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

1 participant