mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Added go vet step to circle.yml
This commit is contained in:
parent
ebad9cb502
commit
1b1bbcecec
@ -16,7 +16,9 @@ test:
|
|||||||
override:
|
override:
|
||||||
# FMT
|
# FMT
|
||||||
- test -z "$(gofmt -s -l . | grep -v Godeps/_workspace/src/ | tee /dev/stderr)"
|
- test -z "$(gofmt -s -l . | grep -v Godeps/_workspace/src/ | tee /dev/stderr)"
|
||||||
# Go lang test
|
# GO VET
|
||||||
|
- go vet ./pkg/...
|
||||||
|
# Go test
|
||||||
- godep go test -v ./pkg/...
|
- godep go test -v ./pkg/...
|
||||||
# js tests
|
# js tests
|
||||||
- ./node_modules/grunt-cli/bin/grunt test
|
- ./node_modules/grunt-cli/bin/grunt test
|
||||||
|
Loading…
Reference in New Issue
Block a user