]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Remove unnecessary intermediate steps in Go workflow
authorMatt Joiner <anacrolix@gmail.com>
Wed, 27 Oct 2021 04:14:48 +0000 (15:14 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Wed, 27 Oct 2021 04:14:48 +0000 (15:14 +1100)
.github/workflows/go.yml

index 072eda75528b091d2425d077419fd5b18b82b3a0..6e4796330697806c611b5ab3f4ee30e049f0dbbb 100644 (file)
@@ -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 ./...