feat: add historical data management
This commit is contained in:
@@ -14,7 +14,7 @@ trap cleanup EXIT INT TERM
|
||||
(
|
||||
export TEST_DATABASE_URL="postgres://queue:queue@localhost:5432/$TEST_DB?sslmode=disable"
|
||||
cd "$ROOT_DIR/server"
|
||||
go test ./internal/database -run TestPostgresMigrationAndMaintenanceIntegration -count=1
|
||||
go test ./internal/database ./internal/httpapi -run 'TestPostgresMigrationAndMaintenanceIntegration|TestHistoryEndpointsPostgresIntegration' -count=1
|
||||
)
|
||||
|
||||
set -a
|
||||
|
||||
Reference in New Issue
Block a user