This is an automated email from the ASF dual-hosted git repository.
aaronai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git
The following commit(s) were added to refs/heads/master by this push:
new d380644 Execute go test during golang's workflow (#211)
d380644 is described below
commit d3806442411f3ecd91c9439d7b88eccdb32c58ee
Author: Aaron Ai <[email protected]>
AuthorDate: Wed Aug 31 13:57:59 2022 +0800
Execute go test during golang's workflow (#211)
---
.github/workflows/golang_build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/golang_build.yml
b/.github/workflows/golang_build.yml
index a18a283..edb7196 100644
--- a/.github/workflows/golang_build.yml
+++ b/.github/workflows/golang_build.yml
@@ -18,4 +18,4 @@ jobs:
go-version: ${{ matrix.go }}
- name: Build
working-directory: ./golang
- run: go build
+ run: go build && go test ./...