Skip to content

Commit 7418916

Browse files
committed
chore: add test rule to Makefile
Signed-off-by: gfanton <[email protected]>
1 parent ef44ba5 commit 7418916

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ build:
77
@echo "Building supernova binary"
88
go build -o build/supernova ./cmd
99

10+
test:
11+
go test -v ./...
12+
1013
.PHONY: lint
1114
lint:
1215
$(golangci_lint) run --config .golangci.yaml

0 commit comments

Comments
 (0)