From 7212aa32208fb6b7fa78714b4d83ce7f2c314526 Mon Sep 17 00:00:00 2001 From: Hami Lemon Date: Wed, 30 Mar 2022 11:01:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9github=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/go.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 70053e8..aef47b9 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -21,17 +21,6 @@ jobs: - name: Build run: go build -v ./... - #执行测试 - test: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - - name: Set up GO - uses: actions/setup-go@v2 - with: - go-version: 1.17 - check-latest: true - name: Test run: go test -run=Test