Make tests verbose and disable testing cache

This commit is contained in:
Imbus 2024-02-27 04:56:12 +01:00
parent 033402ffaf
commit 296ed987d8

View file

@ -30,7 +30,7 @@ clean:
# Test target
test:
$(GOTEST) ./...
$(GOTEST) ./... -count=1 -v
# Get dependencies target
deps: