Skip to content

Commit

Permalink
[BUG] Fix Golang codebase test flakiness
Browse files Browse the repository at this point in the history
  • Loading branch information
beggers authored Mar 15, 2024
1 parent fa3a6f1 commit 47fdc61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build:
go build -v -o bin/logservice ./cmd/logservice/

test: build
go test -cover ./...
go test -p 1 -cover ./...

lint:
#brew install golangci-lint
Expand Down

0 comments on commit 47fdc61

Please sign in to comment.