Skip to content

Commit

Permalink
Add test cases for all APIs.
Browse files Browse the repository at this point in the history
  • Loading branch information
zensh committed Mar 25, 2020
1 parent c69b99f commit 0b9041d
Show file tree
Hide file tree
Showing 18 changed files with 1,053 additions and 148 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
name: Build And Upload Release Asset
runs-on: ubuntu-latest
container: golang:1.14.0
container: golang:1.14.1
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).

-----

## [1.2.0] - 2020-03-25

**Change:**

- Add test cases for all APIs.

## [1.1.2] - 2020-03-19

**Fixed:**
Expand Down
6 changes: 0 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,6 @@ github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJy
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
github.com/teambition/compressible-go v1.0.1/go.mod h1:K91wjCUqzpuY2ZpSi039mt4WzzjMGxPFMZHHTEoTvak=
github.com/teambition/gear v1.12.2/go.mod h1:VPFnRhfwYQiRDTzxEtzwfzAVDIcsbkX6i/AGOcRedy4=
github.com/teambition/gear v1.18.0 h1:BHHY1xcxR8YAt7rtt1W3OAJTBdnTX5ABtEk1hU8zHu4=
github.com/teambition/gear v1.18.0/go.mod h1:VDwKqDNiJm3bZqDQwlWnl76grJWq2/KUNWa15jLVYTI=
github.com/teambition/gear v1.19.0 h1:tqEADK5AKeFbrO6kwMVAAZydBl6CimbpzZnMeP9nJqY=
github.com/teambition/gear v1.19.0/go.mod h1:VDwKqDNiJm3bZqDQwlWnl76grJWq2/KUNWa15jLVYTI=
github.com/teambition/gear v1.20.0 h1:ZXzdFwrb5vt78u3Nvv5abHJp5TO8UwK91MSpPhpPPQs=
github.com/teambition/gear v1.20.0/go.mod h1:VDwKqDNiJm3bZqDQwlWnl76grJWq2/KUNWa15jLVYTI=
github.com/teambition/gear v1.21.0 h1:/43aq7bbdwrPijVjsGZTiQNVVR6Ll55LKO3MEcv4wIk=
github.com/teambition/gear v1.21.0/go.mod h1:VDwKqDNiJm3bZqDQwlWnl76grJWq2/KUNWa15jLVYTI=
github.com/teambition/gear-auth v1.7.0 h1:8RYk2IwMYpnUCYf3YjGuOOwG9sj+NzQKYf3XJxQ1CRY=
Expand Down
Loading

0 comments on commit 0b9041d

Please sign in to comment.