This is mainly intended for CI scripts, when building the distribution package.
6 lines
86 B
Makefile
6 lines
86 B
Makefile
test-deploy:
|
|
sqitch deploy --db-name $(PGDATABASE)
|
|
pg_prove test/*
|
|
|
|
.PHONY: test-db
|