From 89ecc289582824e825547e0f4073eba8de2cc35c Mon Sep 17 00:00:00 2001 From: lwch Date: Thu, 19 Aug 2021 10:40:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9actions=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5a9c707..4b3dbdb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: go-version: ${{ matrix.go }} - name: Build Server - run: go build -v code/server/*.go + run: go build -v code/server/main.go code/server/run.go - name: Build Client - run: go test -v code/client/*.go + run: go test -v code/client/main.go