Skip to content

Commit e1deab5

Browse files
committed
Update make ci command
1 parent 29d7890 commit e1deab5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ install:
2626
build: install
2727
@$(GOINSTALL) -ldflags "-X main.version=$(VERSION)-$(SHA) -s"
2828

29-
ci: test
29+
ci: build fmt lint vet
30+
@go test -v $(ALL_PACKAGES) -race -coverprofile=coverage.txt -covermode=atomic
3031

3132
test: build
3233
@go test -v $(ALL_PACKAGES)

0 commit comments

Comments
 (0)