1
0
mirror of https://github.com/go-task/task.git synced 2025-03-19 21:17:46 +02:00

own Taskfile: non-verbose test

This commit is contained in:
Andrey Nering 2017-07-30 19:26:18 -03:00
parent 7077b20a54
commit dc1ec77da5

View File

@ -34,7 +34,7 @@ test:
desc: Runs test suite
deps: [install]
cmds:
- go test -v
- go test
# https://github.com/goreleaser/goreleaser
release: