Browse Source

test

drone-ci
Unknwon 8 years ago
parent
commit
f873893284
No known key found for this signature in database
GPG Key ID: 25B575AE3213B2B3
  1. 3
      .drone.yml
  2. 2
      Makefile

3
.drone.yml

@ -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:

2
Makefile

@ -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

Loading…
Cancel
Save