소스 검색

Test: do NOT cache go modules (#532)

Loyalsoldier 5 년 전
부모
커밋
33e1f2d271
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  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 ./...