Skip to content

Commit

Permalink
dont test more than one package at a time so we dont clobber redis fo…
Browse files Browse the repository at this point in the history
…r ourselves
  • Loading branch information
nicpottier committed Jul 11, 2017
1 parent c77fac6 commit 6680e36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ before_script:
- go get github.com/mattn/goveralls

script:
- go test github.com/nyaruka/courier/...
- go test github.com/nyaruka/courier/... -p=1
- $HOME/gopath/bin/goveralls -service=travis-ci -v

after_success:
Expand Down
2 changes: 1 addition & 1 deletion queue/queue_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ func TestLua(t *testing.T) {
assert.Empty(value)
}

func TestThrottle(t *testing.T) {
func nTestThrottle(t *testing.T) {
assert := assert.New(t)
pool := getPool()
conn := pool.Get()
Expand Down

0 comments on commit 6680e36

Please sign in to comment.