Jelajahi Sumber

Test: do NOT cache go modules (#532)

Loyalsoldier 5 tahun lalu
induk
melakukan
33e1f2d271
1 mengubah file dengan 0 tambahan dan 7 penghapusan
  1. 0 7
      .github/workflows/test.yml

+ 0 - 7
.github/workflows/test.yml

@@ -33,12 +33,5 @@ jobs:
       - name: Checkout codebase
         uses: actions/checkout@v2
 
-      - name: Cache go module
-        uses: actions/cache@v2
-        with:
-          path: ~/go/pkg/mod
-          key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
-          restore-keys: ${{ runner.os }}-go-
-
       - name: Test
         run: go test -timeout 1h -v ./...