Skip to content

Commit eb69678

Browse files
committed
chore: remove smoke test
1 parent 3a431aa commit eb69678

File tree

2 files changed

+0
-226
lines changed

2 files changed

+0
-226
lines changed

packages/db/Makefile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ PREFIX := $(strip $(subst ",,$(PREFIX)))
55
goose := GOOSE_DRIVER=postgres GOOSE_DBSTRING=$(POSTGRES_CONNECTION_STRING) go tool goose -table "_migrations" -dir "migrations"
66
goose-local := GOOSE_DBSTRING=postgres://postgres:postgres@localhost:5432/postgres?sslmode=disable go tool goose -table "_migrations" -dir "migrations" postgres
77

8-
AUTH_USER_SYNC_SMOKE_COUNT ?= 15
9-
AUTH_USER_SYNC_SMOKE_WAIT ?= 10s
10-
118

129
.PHONY: migrate
1310
migrate:
@@ -64,7 +61,3 @@ test: build-tools
6461
seed-db:
6562
@echo "Seeding database..."
6663
@POSTGRES_CONNECTION_STRING=$(POSTGRES_CONNECTION_STRING) go run ./scripts/seed/postgres/seed-db.go
67-
68-
.PHONY: auth-user-sync-smoke
69-
auth-user-sync-smoke:
70-
@AUTH_DB_CONNECTION_STRING="$(AUTH_DB_CONNECTION_STRING)" POSTGRES_CONNECTION_STRING="$(POSTGRES_CONNECTION_STRING)" AUTH_USER_SYNC_SMOKE_COUNT="$(AUTH_USER_SYNC_SMOKE_COUNT)" AUTH_USER_SYNC_SMOKE_WAIT="$(AUTH_USER_SYNC_SMOKE_WAIT)" go run ./scripts/auth-user-sync-smoke

packages/db/scripts/auth-user-sync-smoke/main.go

Lines changed: 0 additions & 219 deletions
This file was deleted.

0 commit comments

Comments
 (0)