tests & makefile
This commit is contained in:
parent
d7caf04b65
commit
d2a3f7cbf0
4
Makefile
4
Makefile
|
@ -108,6 +108,10 @@ install:
|
|||
# ---- Builder uses this target to run the application ----------------------- #
|
||||
run: all
|
||||
bin/gem-graph-server
|
||||
run-both: all
|
||||
bin/gem-graph-server & sleep 1 && bin/gem-graph-ctl
|
||||
run-server: all
|
||||
bin/gem-graph-server
|
||||
run-cli: all
|
||||
bin/gem-graph-ctl
|
||||
run-tests: tests
|
||||
|
|
Loading…
Reference in New Issue