diff options
author | Valery Piashchynski <[email protected]> | 2021-01-27 14:36:00 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-01-27 14:36:00 +0300 |
commit | b65bd870e2dfa1cb06d8cf8f142c34a418e9ae56 (patch) | |
tree | 5cb263c5f231ab1683010adda5a2f116da1d2815 /.github/workflows/macos.yml | |
parent | 7ac2fe05d1d460e9a7f92e8838ac1670743bc2d8 (diff) | |
parent | 6dd131497808f414ac1cb952d4b0b89b9e0689f8 (diff) |
Merge branch 'master' into dependabot/go_modules/github.com/go-redis/redis/v8-8.4.11
Diffstat (limited to '.github/workflows/macos.yml')
-rw-r--r-- | .github/workflows/macos.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 00b51598..77f9cfda 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -67,8 +67,6 @@ jobs: go test -v -race -tags=debug ./pkg/pool go test -v -race -tags=debug ./pkg/worker go test -v -race -tags=debug ./pkg/worker_watcher - go test -v -race -tags=debug ./plugins/temporal/protocol - go test -v -race -tags=debug ./plugins/temporal/workflow go test -v -race -tags=debug ./plugins/http/config go test -v -race -tags=debug ./tests/plugins/http go test -v -race -tags=debug ./tests/plugins/informer |