mirror of
https://github.com/go-task/task.git
synced 2026-06-23 12:45:52 +00:00
Prevent TestFileWatcherInterval from running on CI
This test can fail intermittently. It's fine to run it only locally. We were already doing this for TestSignalSentToProcessGroup.
This commit is contained in:
@@ -74,11 +74,11 @@ tasks:
|
||||
cmds:
|
||||
- go test {{catLines .GO_PACKAGES}}
|
||||
|
||||
test:signals:
|
||||
desc: Runs test suite with signals tests included
|
||||
test:all:
|
||||
desc: Runs test suite with signals and watch tests included
|
||||
deps: [install, sleepit:build]
|
||||
cmds:
|
||||
- go test {{catLines .GO_PACKAGES}} -tags signals
|
||||
- go test {{catLines .GO_PACKAGES}} -tags 'signals watch'
|
||||
|
||||
test-release:
|
||||
desc: Tests release process without publishing
|
||||
|
||||
Reference in New Issue
Block a user