mirror of
https://github.com/go-task/task.git
synced 2026-06-11 09:51:50 +00:00
feat(watcher): migrate to fsnotify (#2048)
This commit is contained in:
11
Taskfile.yml
11
Taskfile.yml
@@ -18,6 +18,11 @@ tasks:
|
||||
- task: lint
|
||||
- task: test
|
||||
|
||||
run:
|
||||
desc: Runs Task
|
||||
cmds:
|
||||
- go run ./cmd/task {{.CLI_ARGS}}
|
||||
|
||||
install:
|
||||
desc: Installs Task
|
||||
aliases: [i]
|
||||
@@ -104,6 +109,12 @@ tasks:
|
||||
cmds:
|
||||
- go test ./...
|
||||
|
||||
test:watch:
|
||||
desc: Runs test suite with watch tests included
|
||||
deps: [sleepit:build]
|
||||
cmds:
|
||||
- go test ./... -tags 'watch'
|
||||
|
||||
test:all:
|
||||
desc: Runs test suite with signals and watch tests included
|
||||
deps: [sleepit:build]
|
||||
|
||||
Reference in New Issue
Block a user