shurcooL / githubv4

Package githubv4 is a client library for accessing GitHub GraphQL API v4 (https://docs.github.com/en/graphql).
MIT License
1.1k stars 89 forks source link

Test with docker - make test #91

Open YuviGold opened 2 years ago

YuviGold commented 2 years ago

Any new contributor can now clone the repo and run make test to test the source code of the repository.

Add a docker-compose.yaml and a Makefile to specify the new test target.

Generate go.mod and go.sum by running:

YuviGold commented 2 years ago

cc @dmitshur