Open
Description
To continue the discussion from PR #309, the transition from TravisCI to GitHub Actions wasn't able to get the Makefile tests or Docker integration tests running properly. This could be from a lack of knowledge on my side, but there is probably an improved approach to these tests than what is in the older TravisCI flow. To move towards a fix, we should determine:
- What did the Docker integration tests do?
- What did the Makefile tests do?
- What would be the best approach to getting the same results for these tests now that Go modules exist?