diff --git a/.github/workflows/go-util-tour.yml b/.github/workflows/go-util-tour.yml index edb8ba9..7c52774 100644 --- a/.github/workflows/go-util-tour.yml +++ b/.github/workflows/go-util-tour.yml @@ -44,18 +44,18 @@ jobs: with: token: ${{secrets.CODECOV_TOKEN}} file: ./coverage.txt - build: - name: Build - runs-on: ubuntu-latest - needs: [lint,test] - steps: - - name: Set up Go - uses: actions/setup-go@v1 - with: - go-version: ^1.14 - - - name: Check out code - uses: actions/checkout@v1 - - - name: Build - run: make build + #build: + #name: Build + #runs-on: ubuntu-latest + #needs: [lint,test] + #steps: + # - name: Set up Go + # uses: actions/setup-go@v1 + # with: + # go-version: ^1.14 + + #- name: Check out code + # uses: actions/checkout@v1 + + #- name: Build + # run: make build