mirror of https://github.com/goccy/go-json.git
Fix workflow
This commit is contained in:
parent
9dd260fec8
commit
3314e637ab
|
@ -22,9 +22,9 @@ jobs:
|
|||
~/.cache/go-build
|
||||
~/Library/Caches/go-build
|
||||
'%LocalAppData%\go-build'
|
||||
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
|
||||
key: ${{ matrix.os }}-go-${{ hashFiles('**/go.sum') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-go-
|
||||
${{ matrix.os }}-go-
|
||||
- name: simple test
|
||||
run: go test -v ./ -count=1
|
||||
- name: test with GC pressure
|
||||
|
|
Loading…
Reference in New Issue