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
make: dont use -v on go test
pull/405/head
Ethan Buchman
8 years ago
parent
6f83f0bd4e
commit
bb5688b1be
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
@ -22,7 +22,7 @@ dist:
test
:
@echo
"--> Running go test"
@go
test
-v
$(
PACKAGES
)
@go
test
$(
PACKAGES
)
test_race
:
@echo
"--> Running go test --race"
Write
Preview
Loading…
Cancel
Save