We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef44ba5 commit 7418916Copy full SHA for 7418916
Makefile
@@ -7,6 +7,9 @@ build:
7
@echo "Building supernova binary"
8
go build -o build/supernova ./cmd
9
10
+test:
11
+ go test -v ./...
12
+
13
.PHONY: lint
14
lint:
15
$(golangci_lint) run --config .golangci.yaml
0 commit comments