aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index aad6cd3..c92682e 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,7 @@
all:
go run ./internal/cmd/trunks build
CGO_ENABLED=1 go test -v -race ./...
+ -golangci-lint run ./...
dev:
go run ./internal/cmd/trunks