From d3d3e3a1d2dc21e064af66df40c914fecbd147d5 Mon Sep 17 00:00:00 2001 From: sulinehk Date: Sat, 17 Feb 2024 10:53:29 +0800 Subject: [PATCH] disable GitHub Action --- .github/workflows/build.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2f00474..468325e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,15 +1,15 @@ -on: [push] -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-go@v4 - with: - go-version-file: 'go.mod' - - run: - go test -v -race -coverprofile=coverage.txt -covermode=atomic ./... - - uses: codecov/codecov-action@v3 - with: - file: ./coverage.txt - verbose: true \ No newline at end of file +#on: [push] +#jobs: +# build: +# runs-on: ubuntu-latest +# steps: +# - uses: actions/checkout@v4 +# - uses: actions/setup-go@v4 +# with: +# go-version-file: 'go.mod' +# - run: +# go test -v -race -coverprofile=coverage.txt -covermode=atomic ./... +# - uses: codecov/codecov-action@v3 +# with: +# file: ./coverage.txt +# verbose: true \ No newline at end of file