From 71fc261cae98eef3e547873a29ae41467f9ce441 Mon Sep 17 00:00:00 2001 From: lwch Date: Thu, 19 Aug 2021 10:47:00 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 883bac1..fa44895 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,4 +39,4 @@ jobs: run: go build -v code/server/main.go code/server/run.go - name: Build Client - run: go test -v code/client/main.go + run: go build -v code/client/main.go