File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,13 +2,14 @@ name: easyjson
22
33on :
44 push :
5- branches : [ master, upd_ci ]
5+ branches : [ master ]
66 pull_request :
77 branches : [ master ]
88
99jobs :
1010 test :
1111 runs-on : ubuntu-latest
12+ name : Test with Go ${{ matrix.go }}
1213 strategy :
1314 fail-fast : false
1415 matrix :
3435
3536 test-non-amd64 :
3637 runs-on : ubuntu-latest
37- name : Build on ${{ matrix.distro }} ${{ matrix.arch }}
38+ name : Test on ${{ matrix.distro }} ${{ matrix.arch }}
3839 strategy :
3940 matrix :
4041 include :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- # easyjson [ ![ Build Status] ( https://travis-ci.org /mailru/easyjson. svg?branch=master )] ( https://travis-ci.org/mailru/easyjson ) [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/mailru/easyjson )] ( https://goreportcard.com/report/github.com/mailru/easyjson )
1+ # easyjson [ ![ Build Status] ( https://github.com /mailru/easyjson/actions/workflows/easyjson.yml/badge. svg )] ( https://travis-ci.org/mailru/easyjson ) [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/mailru/easyjson )] ( https://goreportcard.com/report/github.com/mailru/easyjson )
22
33Package easyjson provides a fast and easy way to marshal/unmarshal Go structs
44to/from JSON without the use of reflection. In performance tests, easyjson
You can’t perform that action at this time.
0 commit comments