diff --git a/.deepsource.toml b/.deepsource.toml index 3374da1..791b282 100644 --- a/.deepsource.toml +++ b/.deepsource.toml @@ -7,4 +7,9 @@ name = "go" import_root = "github.com/yaitoo/async" [[transformers]] -name = "gofmt" \ No newline at end of file +name = "gofmt" + + +test_patterns = \[ + "\*_test.go", +] \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dbb3bf..d98becd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.0.4] - 2024-03-18 -- added `Action` support +- added `Action` support (#4) ## [1.0.3] - 2024-03-12 - added `WaitN` (#1)