fix: makefile test-postgres

pull/723/head
Mike Fridman 2024-03-15 15:30:53 -04:00
parent b2c483ada4
commit e2c1ac00f9
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ test-postgres-long: add-gowork test-postgres
go test $(GO_TEST_FLAGS) ./internal/testing/integration -run='(TestPostgresProviderLocking|TestPostgresSessionLocker)'
test-postgres: add-gowork
go test $(GO_TEST_FLAGS) ./internal/testing/integration -run='TestPostgres'
go test $(GO_TEST_FLAGS) ./internal/testing/integration -run="^TestPostgres$$"
test-clickhouse: add-gowork
go test $(GO_TEST_FLAGS) ./internal/testing/integration -run='(TestClickhouse|TestClickhouseRemote)'