mirror of
https://github.com/go-task/task.git
synced 2025-01-20 04:59:37 +02:00
14 lines
172 B
YAML
14 lines
172 B
YAML
install:
|
|
cmds:
|
|
- go install -v ./...
|
|
|
|
# TODO: have tests
|
|
test:
|
|
cmds:
|
|
- go test -v
|
|
|
|
# https://github.com/goreleaser/goreleaser
|
|
release:
|
|
cmds:
|
|
- goreleaser
|