
repl:
	PG_MIGRATION_PASS=test lein with-profile +test repl

test:
	PG_MIGRATION_PASS=test lein test

.PHONY: test
