Skip to content

Commit af91682

Browse files
authored
Merge pull request #81 from goccy/feature/coverage
Add many test codes and distribute `case` operation ( of `switch` ) to some switch statements
2 parents bf18ed0 + 9c5f6ec commit af91682

File tree

11 files changed

+38793
-53777
lines changed

11 files changed

+38793
-53777
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
name: Test
66
strategy:
77
matrix:
8-
os: [ "ubuntu-latest", "windows-latest", "macos-latest" ]
8+
os: [ "ubuntu-latest", "macos-latest", "windows-latest" ]
99
go-version: [ "1.13", "1.14", "1.15" ]
1010
runs-on: ${{ matrix.os }}
1111
steps:

0 commit comments

Comments
 (0)