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 CircleCI & remove travis #27

Merged
merged 1 commit into from Mar 6, 2021
Merged

Add CircleCI & remove travis #27

merged 1 commit into from Mar 6, 2021

Conversation

mdeggies
Copy link
Member

This PR moves from travis to CircleCI, using gotestsum for testing. Setup is very similar to those in other repos, see https://github.com/hashicorp/go-version as an example.

Tests pass locally using the latest version of go:

Screen Shot 2019-10-23 at 11 05 09 AM

@hashicorp-cla
Copy link

hashicorp-cla commented Oct 23, 2019

CLA assistant check
All committers have signed the CLA.

Copy link
Contributor

@mwhooker mwhooker left a comment

Choose a reason for hiding this comment

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

Thanks, @mdeggies !

I notice travis uses make test testrace. Taking a look at the Makefile, both of those targets depend on generate. I'm not sure this project uses code generation, but to maintain behavior, it feels like we should run that first. Also, is there a way to get gotestsum to run with the race detector?

Also, could you please confirm there's a circleci project for this, and also update the badges in the readme from travis to circle? Thanks!

@mwhooker
Copy link
Contributor

mwhooker commented Oct 2, 2020

Let's close #26 and #19 if this gets merged

@mwhooker mwhooker merged commit c7dd669 into hashicorp:master Mar 6, 2021
This was referenced Mar 11, 2021
This was referenced Mar 12, 2021
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