mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 07:35:45 -06:00
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:
parent
928f9516de
commit
decd65671c
@ -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…
Reference in New Issue
Block a user