Add .circleci/config.yml

This commit is contained in:
Jankyboy 2020-09-23 22:19:31 +02:00
parent dd01e08373
commit 6747e67d93

View File

@ -23,4 +23,4 @@ jobs:
# specify any bash command here prefixed with `run: `
- run: go get -v -t -d ./...
- run: go test -v ./...
- run: go test -v ./...