build: restore postgres integration tests (#16801)

This fixes the CI script for postgres integration tests so that
all tests are run.
This commit is contained in:
Marcus Efraimsson 2019-04-28 12:28:01 +02:00 committed by GitHub
parent 928f9516de
commit decd65671c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,6 @@ function exit_if_fail {
export GRAFANA_TEST_DB=postgres
exit_if_fail go test -v -run="StatsDataAccess" -tags=integration ./pkg/services/sqlstore/...
#time for d in $(go list ./pkg/...); do
# exit_if_fail go test -tags=integration $d
#done
time for d in $(go list ./pkg/...); do
exit_if_fail go test -tags=integration $d
done