Replace CircleCI with GitHub Actions #24
Labels
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
Hacktoberfest issues
The goal here is relatively straight-forward: replace CircleCI with GitHub Actions for running tests on each commit. No code coverage support is expected in GitHub Actions, so all CodeCov support can be dropped going forward. Pretty much the only expectation is that
go test -race -v
is run for codf.The text was updated successfully, but these errors were encountered: