adds integration tests to ci build

This commit is contained in:
bergquist
2018-12-12 13:47:21 +01:00
parent 11cde7ed71
commit dbcc2e868d
2 changed files with 1 additions and 3 deletions

View File

@@ -19,5 +19,5 @@ exit_if_fail time go install ./pkg/cmd/grafana-server
echo "running go test"
set -e
time for d in $(go list ./pkg/...); do
exit_if_fail go test -covermode=atomic $d
exit_if_fail go test -tags=integration -covermode=atomic $d
done