Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Consolidate CI on GitHub Actions #144

Closed
mvdan opened this issue Oct 4, 2019 · 2 comments
Closed

Consolidate CI on GitHub Actions #144

mvdan opened this issue Oct 4, 2019 · 2 comments

Comments

@mvdan
Copy link
Contributor

mvdan commented Oct 4, 2019

I see you use a mix of different CI platforms to test on Windows and Linux. We can consistently test on Linux, Mac, and Windows for free on GitHub itself.

There is no limit for build minutes for OSS; there's just a limit of 20 concurrent jobs. Even when testing on two Go versions on three OSs, we'd basically never hit the limit.

If you want to see an example of them in action, I have a sample setup with some docs at https://github.com/mvdan/github-actions-golang.

If this sounds like a good idea, I can work on it.

@mpvl
Copy link
Contributor

mpvl commented Oct 5, 2019

It would indeed be nice to consolidate testing, or to have OS X testing at all!

@cueckoo
Copy link

cueckoo commented Jul 3, 2021

This issue has been migrated to cue-lang/cue#144.

For more details about CUE's migration to a new home, please see cue-lang/cue#1078.

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 a pull request may close this issue.

3 participants