You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: