6 lines
86 B
Makefile
6 lines
86 B
Makefile
|
test-deploy:
|
||
|
sqitch deploy --db-name $(PGDATABASE)
|
||
|
pg_prove test/*
|
||
|
|
||
|
.PHONY: test-db
|