diff --git a/scripts/circle-test-postgres.sh b/scripts/circle-test-postgres.sh index df4897484ad..7dc6232b1f2 100755 --- a/scripts/circle-test-postgres.sh +++ b/scripts/circle-test-postgres.sh @@ -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 \ No newline at end of file +time for d in $(go list ./pkg/...); do + exit_if_fail go test -tags=integration $d +done \ No newline at end of file