Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Swap out travisci for github actions, swap out go-passe for gotestsum #103

Merged
merged 2 commits into from
May 6, 2021

Conversation

mipearson
Copy link
Contributor

TravisCI have been moving away from free OSS builds for a while, let's use GH actions instead.

Also avoid a problem where go getting gopasse would change go.mod/sum

go-version: '^1.16.1'
- run: make fmt && git diff --exit-code
- run: GO111MODULE=off go get gotest.tools/gotestsum
- run: make test
Copy link
Contributor

Choose a reason for hiding this comment

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

To nitpick, I'd rather all our files either had or did not have newlines at the end. Since basically all our other ones do, can this one as well?

Copy link
Contributor

@rbvigilante rbvigilante left a comment

Choose a reason for hiding this comment

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

Seems 🦙 to me.

@mipearson mipearson merged commit e156536 into master May 6, 2021
@mipearson mipearson deleted the mp-github-actions branch May 6, 2021 23:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants