Closed agilgur5 closed 2 years ago
Hmm, I'm guessing this has to be approved before CI runs on the PR? (per newer GitHub security features, and as this is the first workflow created and this is my first PR here, I think?)
Seems good, lets merge that.
Summary
Migrate CI from Travis to GitHub Actions, ensure tests run on macOS
Details
Travis CI is only pseudo-free after the .org -> .com merge
GH Actions are actually free for OSS / public repos
add a matrix for OSes and different Go versions too
check for
$RUNNER_OS
instead of$TRAVIS_OS_NAME
nowfix: make
get_docopts
work on macOSsha256sum
doesn't existTesting
See CI success in my branch
Future Work
Will want to rename the
travis
directory to something likeci
instead. I didn't do it in this PR as renames require a few changes and are easier to track in Git as a single commit -- I can do that in a separate PR after this is merged