Skip to content

Commit

Permalink
Merge pull request #81 from goccy/feature/coverage
Browse files Browse the repository at this point in the history
Add many test codes and distribute `case` operation ( of `switch` ) to some switch statements
  • Loading branch information
goccy committed Jan 11, 2021
2 parents bf18ed0 + 9c5f6ec commit af91682
Show file tree
Hide file tree
Showing 11 changed files with 38,793 additions and 53,777 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
name: Test
strategy:
matrix:
os: [ "ubuntu-latest", "windows-latest", "macos-latest" ]
os: [ "ubuntu-latest", "macos-latest", "windows-latest" ]
go-version: [ "1.13", "1.14", "1.15" ]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit af91682

Please sign in to comment.