From a1a29d4314121c22d111a2421bdf1ae82f634bd1 Mon Sep 17 00:00:00 2001 From: derfenix Date: Sat, 15 Apr 2023 20:20:44 +0300 Subject: [PATCH] Improve workflow --- .github/workflows/test.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e4f313c..ec090cc 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -20,15 +20,15 @@ jobs: - name: Checkout code uses: https://github.com/actions/checkout@v3 - - name: go mod package cache - uses: https://github.com/actions/cache@v3 - with: - path: | - ~/.cache/go-build - ~/go/pkg/mod - key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} - restore-keys: | - ${{ runner.os }}-go- +# - name: go mod package cache +# uses: https://github.com/actions/cache@v3 +# with: +# path: | +# ~/.cache/go-build +# ~/go/pkg/mod +# key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} +# restore-keys: | +# ${{ runner.os }}-go- - name: Tests run: go test ./...