Reduce verbosity of the tests
This commit is contained in:
parent
a749857c98
commit
5cefed405f
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ clean:
|
||||||
|
|
||||||
# Test target
|
# Test target
|
||||||
test: db.sqlite3
|
test: db.sqlite3
|
||||||
$(GOTEST) ./... -count=1 -v
|
$(GOTEST) ./... -count=1
|
||||||
|
|
||||||
# Get dependencies target
|
# Get dependencies target
|
||||||
deps:
|
deps:
|
||||||
|
|
Loading…
Add table
Reference in a new issue