Skip to content

Commit

Permalink
Merge pull request #172 from vitkarpenko/phony_fix
Browse files Browse the repository at this point in the history
With-db-example .PHONY fix.
  • Loading branch information
vitkarpenko committed Aug 25, 2022
2 parents 6599169 + 92e012a commit 274d508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-db-example/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 274d508

Please sign in to comment.