Skip to content

Commit

Permalink
adds ginkgo test command to makefile (#6)
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Singh <[email protected]>
  • Loading branch information
semmet95 authored Nov 23, 2024
1 parent d09453b commit 1e56ca1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 1e56ca1

Please sign in to comment.