Reduce verbosity of the tests

This commit is contained in:
Imbus 2024-03-02 02:31:20 +01:00
parent a749857c98
commit 5cefed405f

View file

@ -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: