This website requires JavaScript.
Explore
Help
Sign In
localhots
/
bocadillo
Watch
1
Star
0
Fork
You've already forked bocadillo
0
Code
Releases
Activity
Use a separate make task to run tests verbose
Browse Source
...
This commit is contained in:
Gregory Eremin
2018-11-18 20:05:32 +01:00
parent
3cae959b1b
commit
f61e0d6e84
1 changed files
with
3 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
3
Makefile
Unescape
Escape
View File
@ -2,4 +2,7 @@ install:
dep ensure
test
:
go
test
./
{
mysql,tests
}
testv
:
go
test
-v ./
{
mysql,tests
}
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
localhots/bocadillo
Title
Body
Create Issue