fix: makefile test-postgres

This commit is contained in:
Mike Fridman 2024-03-15 15:30:53 -04:00
parent b2c483ada4
commit e2c1ac00f9
No known key found for this signature in database

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)'