Browse Source

Test: do NOT cache go modules (#532)

Loyalsoldier 4 years ago
parent
commit
33e1f2d271
1 changed files with 0 additions and 7 deletions
  1. 0 7
      .github/workflows/test.yml

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

@@ -33,12 +33,5 @@ jobs:
       - name: Checkout codebase
       - name: Checkout codebase
         uses: actions/checkout@v2
         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
       - name: Test
         run: go test -timeout 1h -v ./...
         run: go test -timeout 1h -v ./...