From: Matt Joiner Date: Wed, 27 Oct 2021 04:14:48 +0000 (+1100) Subject: Remove unnecessary intermediate steps in Go workflow X-Git-Tag: v1.34.1~2 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=d1e2d7ff92b2f0e5527504d1381cfd30d8b91f01;p=btrtrc.git Remove unnecessary intermediate steps in Go workflow --- diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 072eda75..6e479633 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -19,12 +19,6 @@ jobs: with: go-version: 1.17 - - name: Download Go modules - run: go mod download - - - name: Build - run: go build ./... - - name: Test run: go test -race ./...