This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
Makefile: go test --race
pull/456/head
Ethan Buchman
8 years ago
parent
39ee59c26e
commit
dea910cd3e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save