Skip to content

Commit 8df999b

Browse files
committed
Fixes makefile
1 parent cdc8b13 commit 8df999b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

parrotserver/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
lint:
2+
golangci-lint --color=always run ./... --fix -v
3+
14
.PHONY: test_unit
25
test_unit:
36
go test ./...

0 commit comments

Comments
 (0)