Skip to content

Commit

Permalink
ci: Add go test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
nkprince007 committed May 24, 2018
1 parent 3a10711 commit c181654
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ build-master:
stage: build
script:
- docker build --pull -t "$CI_REGISTRY_IMAGE" .
- docker run -it --rm "$CI_REGISTRY_NAME" go test -v ./... cover
- docker push "$CI_REGISTRY_IMAGE"
only:
- master
Expand Down

0 comments on commit c181654

Please sign in to comment.