This commit is contained in:
Unknwon
2017-02-24 23:53:18 -05:00
parent 7af0a664dd
commit f873893284
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -1,5 +1,3 @@
workspace:
pipeline:
clone:
image: plugins/git
@@ -11,6 +9,7 @@ pipeline:
- go version
- go env
- make build
- rm -rf vendor
- make test
slack:
+1 -1
View File
@@ -67,7 +67,7 @@ clean-mac: clean
find . -name ".DS_Store" -print0 | xargs -0 rm
test:
go test -cover -race ./...
go test -cover -race -v ./...
fixme:
grep -rnw "FIXME" cmd routers models modules