Skip to content

Commit

Permalink
enable rpc and rest tests with race flag
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyaprem committed Nov 7, 2023
1 parent 4d5ef72 commit 1008d17
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 @@ -77,7 +77,7 @@ lint-full:
@golangci-lint run ./... --config=./.golangci.full.yaml --deadline=5m

test-with-race:
${GOBIN} test -race -timeout 300s ./waku/...
${GOBIN} test -race -timeout 300s ./waku/... ./cmd/waku/server/...

test:
${GOBIN} test -timeout 300s ./waku/... ./cmd/waku/server/... -coverprofile=${GO_TEST_OUTFILE}.tmp -coverpkg ./...
Expand Down

0 comments on commit 1008d17

Please sign in to comment.