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-13 15:45:03 +08:00
parent ce33b79915
commit fd3c19d6a5
6 changed files with 101 additions and 57 deletions
+1 -20
View File
@@ -83,7 +83,7 @@ jobs:
- name: Build source code for host platform
run: |
make multiarch
make build
echo "Build source code for host platform successfully"
# - name: Collect Test Coverage File
@@ -132,22 +132,3 @@ jobs:
# - name: Test docker image
# run: |
# docker build -t openim:ci-build .
# goreleaser-test:
# runs-on: ubuntu-20.04
# steps:
# - name: Checkout
# uses: actions/checkout@v3
# with:
# fetch-depth: 0
# - name: Set up Go
# uses: actions/setup-go@v3
# with:
# go-version: ${{ env.GO_VERSION }}
# - name: Run GoReleaser
# uses: goreleaser/goreleaser-action@v4
# with:
# version: latest
# args: release --clean --skip-publish --snapshot