diff --git a/examples/with-db-example/Makefile b/examples/with-db-example/Makefile index db7e841..845d38f 100644 --- a/examples/with-db-example/Makefile +++ b/examples/with-db-example/Makefile @@ -7,7 +7,7 @@ setup: teardown teardown: @docker-compose -f docker-compose.yaml down -v --remove-orphans -.PHONY: test +.PHONY: test-postgres test-postgres: setup ./gonkey -db_dsn "postgresql://testing_user:testing_password@localhost:5432/testing_db?sslmode=disable" -debug -host http://localhost:5000 -tests ./cases/postgres make teardown