Adding go-fmt.sh to circle config

This commit is contained in:
Denis Makogon
2017-09-05 23:14:19 +03:00
parent 6ac579f296
commit b971595e44

View File

@@ -33,6 +33,7 @@ jobs:
# login here for tests
- run: docker login -u $DOCKER_USER -p $DOCKER_PASS
- run: ./test.sh
- run: ./go-fmt.sh
- deploy:
command: |
if [ "${CIRCLE_BRANCH}" == "master" ]; then