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:
|
||||
$(GOTEST) ./...
|
||||
$(GOTEST) ./... -count=1 -v
|
||||
|
||||
# Get dependencies target
|
||||
deps:
|
||||
|
|
Loading…
Reference in a new issue