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:
Andrey Nering
2022-12-17 11:08:41 -03:00
parent a98b41d657
commit d6d51a2f8b
3 changed files with 83 additions and 65 deletions

View File

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