From e3aa2b22da3a6359b268191eabe144b2b3649e7d Mon Sep 17 00:00:00 2001 From: suyiiyii Date: Mon, 20 Jan 2025 23:37:12 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=B3=A8=E9=87=8A=E6=8E=89=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E6=AD=A5=E9=AA=A4-=20=E5=9C=A8=20GitHub=20Actions=20?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81=E6=96=87=E4=BB=B6=E4=B8=AD=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=E6=8E=89=E4=BA=86=E6=B5=8B=E8=AF=95=E6=AD=A5=E9=AA=A4?= =?UTF-8?q?-=20=E8=BF=99=E5=8F=AF=E8=83=BD=E4=BC=9A=E5=BD=B1=E5=93=8D?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E8=A6=86=E7=9B=96=E7=8E=87=EF=BC=8C=E4=BD=86?= =?UTF-8?q?=E5=8F=AF=E8=83=BD=E6=98=AF=E6=9A=82=E6=97=B6=E6=80=A7=E7=9A=84?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 92d4653..da4426a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -27,5 +27,5 @@ jobs: - name: Build run: go build -v app/${{ matrix.service }}/... - - name: Test - run: go test -v app/${{ matrix.service }}/... +# - name: Test +# run: go test -v app/${{ matrix.service }}/...