Fix workflow

This commit is contained in:
Masaaki Goshima 2021-01-11 01:11:48 +09:00
parent 3314e637ab
commit 5c5d8233d9
1 changed files with 3 additions and 3 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: ${{ matrix.os }}-go-${{ hashFiles('**/go.sum') }} key: ${{ matrix.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: | restore-keys: |
${{ matrix.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