Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit eec0ac3

Browse files
committed
build(makefile): add reseeds test
1 parent d142908 commit eec0ac3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@ reseeds.mock:
154154
env MIX_ENV=mock mix ecto.reset
155155
env MIX_ENV=mock mix cps.seeds
156156

157+
reseeds.test:
158+
env MIX_ENV=test mix ecto.reset
159+
env MIX_ENV=test mix cps.seeds
160+
157161
test.help:
158162
$(call test.help)
159163
@echo "\n"

0 commit comments

Comments
 (0)