mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-30 03:52:50 +00:00
CONTRIBUTING.md: update testing section (#5979)
[✌️ RENDERED](https://github.com/tendermint/tendermint/blob/ad5a2ec28b1f3b3ded95c7be0ea5446065199d78/CONTRIBUTING.md) Closes #5874
This commit is contained in:
@@ -62,8 +62,3 @@ test_race:
|
||||
@echo "--> Running go test --race"
|
||||
@go test -p 1 -v -race $(PACKAGES)
|
||||
.PHONY: test_race
|
||||
|
||||
test_deadlock:
|
||||
@echo "--> Running go test --deadlock"
|
||||
@go test -p 1 -v $(PACKAGES) -tags deadlock
|
||||
.PHONY: test_race
|
||||
|
||||
Reference in New Issue
Block a user