mirror of
https://github.com/go-task/task.git
synced 2026-06-11 09:51:50 +00:00
Temporarily revert #479
This commit is contained in:
@@ -38,12 +38,6 @@ tasks:
|
||||
- rm -rf dist/
|
||||
- rm -rf tmp/
|
||||
|
||||
sleepit:
|
||||
desc: Builds the sleepit test helper
|
||||
dir: tmp
|
||||
cmds:
|
||||
- go build ../internal/sleepit
|
||||
|
||||
lint:
|
||||
desc: Runs golangci-lint
|
||||
cmds:
|
||||
@@ -51,7 +45,7 @@ tasks:
|
||||
|
||||
test:
|
||||
desc: Runs test suite
|
||||
deps: [install, sleepit]
|
||||
deps: [install]
|
||||
cmds:
|
||||
- go test {{catLines .GO_PACKAGES}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user