Make tests verbose and disable testing cache
This commit is contained in:
parent
033402ffaf
commit
296ed987d8
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ clean:
|
||||||
|
|
||||||
# Test target
|
# Test target
|
||||||
test:
|
test:
|
||||||
$(GOTEST) ./...
|
$(GOTEST) ./... -count=1 -v
|
||||||
|
|
||||||
# Get dependencies target
|
# Get dependencies target
|
||||||
deps:
|
deps:
|
||||||
|
|
Loading…
Reference in a new issue