1
0
Fork 0

💚 Updated Gitlab CI config

This commit is contained in:
Maxim Lebedev 2019-07-26 15:18:43 +05:00
parent c56e3dd1b9
commit 79a8e8200e
No known key found for this signature in database
GPG Key ID: F8978F46FF0FFA4F
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +1,5 @@
image: golang:alpine
cache:
paths:
- /go/src/github.com
- /go/src/gitlab.com
- /go/src/golang.org
- /go/src/google.golang.org
- /go/src/gopkg.in
stages:
- test
- review
@ -26,11 +18,6 @@ unit_tests:
script:
- make test
.race_detector:
stage: test
script:
- make race
code_coverage:
stage: test
script: