Skip to content

Commit

Permalink
parallelized GitHub tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean Karn committed Aug 4, 2018
1 parent 20522db commit 8bd2d15
Show file tree
Hide file tree
Showing 3 changed files with 447 additions and 1,059 deletions.
3 changes: 1 addition & 2 deletions bitbucket/bitbucket_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import (
"reflect"

"github.com/stretchr/testify/require"
. "gopkg.in/go-playground/assert.v1"
)

// NOTES:
Expand Down Expand Up @@ -335,7 +334,7 @@ func TestWebhooks(t *testing.T) {
t.Run(tt.name, func(t *testing.T) {
t.Parallel()
payload, err := os.Open(tc.filename)
Equal(t, err, nil)
assert.NoError(err)
defer func() {
_ = payload.Close()
}()
Expand Down
Loading

0 comments on commit 8bd2d15

Please sign in to comment.