From 1e56ca108a4489b645d3c0b0fc5a78f99046e080 Mon Sep 17 00:00:00 2001 From: Amit Singh Date: Sat, 23 Nov 2024 11:03:11 +0530 Subject: [PATCH] adds ginkgo test command to makefile (#6) Signed-off-by: Amit Singh --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b629d30..08d61ab 100644 --- a/Makefile +++ b/Makefile @@ -19,9 +19,10 @@ build: codegen start: build chmod +x ./source-score - ./source-score + ./source-score & -acceptance-test: start +acceptance-test: start + go run github.com/onsi/ginkgo/v2/ginkgo run ./... minikube-cleanup: @if minikube status > /dev/null 2>&1; then \