From d2a3f7cbf0ca4a14268c74f2a6ebbeb632950fe7 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Thu, 5 Aug 2021 13:22:30 +0200 Subject: [PATCH] tests & makefile --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 4cc321b..b0f0f92 100644 --- a/Makefile +++ b/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