mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-01-20 23:03:15 +00:00
chore: fix makefile
This commit is contained in:
parent
e399ea70a4
commit
6fbe631f2c
4
Makefile
4
Makefile
@ -77,10 +77,10 @@ lint-full:
|
||||
@golangci-lint run ./... --config=./.golangci.full.yaml --deadline=5m
|
||||
|
||||
test-with-race:
|
||||
${GOBIN} test -race -timeout 300s ./waku/... ./cmd/waku/server/...
|
||||
${GOBIN} test -race -timeout 300s ./waku/...
|
||||
|
||||
test:
|
||||
${GOBIN} test -timeout 300s ./waku/... ./cmd/waku/server/... -coverprofile=${GO_TEST_OUTFILE}.tmp -coverpkg ./...
|
||||
${GOBIN} test -timeout 300s ./waku/... -coverprofile=${GO_TEST_OUTFILE}.tmp -coverpkg ./...
|
||||
cat ${GO_TEST_OUTFILE}.tmp | grep -v ".pb.go" > ${GO_TEST_OUTFILE}
|
||||
${GOBIN} tool cover -html=${GO_TEST_OUTFILE} -o ${GO_HTML_COV}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user