mirror of https://github.com/pressly/goose.git
fix: makefile test-postgres
parent
b2c483ada4
commit
e2c1ac00f9
2
Makefile
2
Makefile
|
@ -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)'
|
||||
|
|
Loading…
Reference in New Issue