Fix workflow

This commit is contained in:
Masaaki Goshima 2021-01-11 01:08:12 +09:00
parent 9dd260fec8
commit 3314e637ab
1 changed files with 2 additions and 2 deletions

View File

@ -22,9 +22,9 @@ jobs:
~/.cache/go-build ~/.cache/go-build
~/Library/Caches/go-build ~/Library/Caches/go-build
'%LocalAppData%\go-build' '%LocalAppData%\go-build'
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} key: ${{ matrix.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: | restore-keys: |
${{ runner.os }}-go- ${{ matrix.os }}-go-
- name: simple test - name: simple test
run: go test -v ./ -count=1 run: go test -v ./ -count=1
- name: test with GC pressure - name: test with GC pressure