build: restore postgres integration tests (#16801)

This fixes the CI script for postgres integration tests so that
all tests are run.
pull/16803/head
Marcus Efraimsson 6 years ago committed by GitHub
parent 928f9516de
commit decd65671c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      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
time for d in $(go list ./pkg/...); do
exit_if_fail go test -tags=integration $d
done
Loading…
Cancel
Save