Temporarily revert #479

This commit is contained in:
Andrey Nering
2022-05-22 16:54:35 -03:00
parent 7e11815409
commit d450444596
3 changed files with 2 additions and 261 deletions

View File

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