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
Fix test in makefile
pull/1782/head
Zaki Manian
7 years ago
parent
b6d029050b
commit
3570c2eb9e
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
@ -51,7 +51,7 @@ get_vendor_deps:
### Testing
test
:
go
test
-p
1
$(
go list ./...
|
grep -v vendor
)
go
test
-p
1
$(
shell
go list ./...
|
grep -v vendor
)
########################################
### Formatting, linting, and vetting
Write
Preview
Loading…
Cancel
Save