CONTRIBUTING.md: update testing section (#5979)

[✌️ RENDERED](https://github.com/tendermint/tendermint/blob/ad5a2ec28b1f3b3ded95c7be0ea5446065199d78/CONTRIBUTING.md)

Closes #5874
This commit is contained in:
Anton Kaliaev
2021-01-27 10:00:39 +00:00
committed by GitHub
parent a2e684e51f
commit 8ce254cdb7
2 changed files with 115 additions and 40 deletions
-5
View File
@@ -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