Commit decd6567 by Marcus Efraimsson Committed by GitHub

build: restore postgres integration tests (#16801)

This fixes the CI script for postgres integration tests so that
all tests are run.
parent 928f9516
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment