feat: add test file

Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
Xinwei Xiong(cubxxw-openim) 2023-07-17 16:07:11 +08:00
parent 40679e968c
commit 0dd1cd01f6
No known key found for this signature in database
GPG Key ID: 1BAD6F395338EFDE

View File

@ -60,9 +60,6 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
with:
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: |