Skip to content

Commit

Permalink
chore: add test rule to Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
  • Loading branch information
gfanton committed Apr 12, 2024
1 parent 30aaa73 commit 802eb2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ build:
@echo "Building supernova binary"
go build -o build/supernova ./cmd

test:
go test -v ./...

.PHONY: lint
lint:
$(golangci_lint) run --config .golangci.yaml

0 comments on commit 802eb2c

Please # to comment.