githubv4 icon indicating copy to clipboard operation
githubv4 copied to clipboard

Test with docker - make test

Open YuviGold opened this issue 4 years ago • 1 comments

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:

  • go mod init
  • go mod tidy

YuviGold avatar Oct 01 '21 13:10 YuviGold

cc @dmitshur

YuviGold avatar Oct 01 '21 13:10 YuviGold