feat: add test file

Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
pull/561/head
Xinwei Xiong(cubxxw-openim) 2 years ago
parent 0dd1cd01f6
commit c7bd2d80ca
No known key found for this signature in database
GPG Key ID: 1BAD6F395338EFDE

@ -60,6 +60,10 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
repository: kubbot/Open-IM-Server
token: "${{ secrets.BOT_GITHUB_TOKEN }}" # `GH_PAT` is a secret that contains your PAT
- name: Run go modules tidy
run: |

Loading…
Cancel
Save