Browse Source

Makefile: go test --race

pull/456/head
Ethan Buchman 8 years ago
parent
commit
dea910cd3e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@ -3,7 +3,7 @@
all: test
test:
go test github.com/tendermint/go-rpc/...
go test --race github.com/tendermint/go-rpc/...
cd ./test && bash test.sh


Loading…
Cancel
Save