Skip to content

Commit

Permalink
chore: enable REST and RPC unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyaprem committed Nov 6, 2023
1 parent 1d6ac0f commit cb0abee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ test-with-race:
${GOBIN} test -race -timeout 300s ./waku/...

test:
${GOBIN} test -timeout 300s ./waku/... -coverprofile=${GO_TEST_OUTFILE}.tmp -coverpkg ./...
${GOBIN} test -timeout 300s ./waku/... ./cmd/waku/server/... -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}

Expand Down

0 comments on commit cb0abee

Please sign in to comment.