version: '3' tasks: build: cmds: - go build -o gorum cmd/gorum/main.go test: cmds: - go clean -testcache - go test ./... -v