From 5c5d8233d9d626dceddf0fc94065822ac34a8203 Mon Sep 17 00:00:00 2001 From: Masaaki Goshima Date: Mon, 11 Jan 2021 01:11:48 +0900 Subject: [PATCH] Fix workflow --- .github/workflows/go.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2811c0e..12ce8af 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -22,9 +22,9 @@ jobs: ~/.cache/go-build ~/Library/Caches/go-build '%LocalAppData%\go-build' - key: ${{ matrix.os }}-go-${{ hashFiles('**/go.sum') }} - restore-keys: | - ${{ matrix.os }}-go- + key: ${{ matrix.os }}-go-${{ hashFiles('**/go.sum') }} + restore-keys: | + ${{ matrix.os }}-go- - name: simple test run: go test -v ./ -count=1 - name: test with GC pressure