Skip to content

Commit

Permalink
Merge pull request #121 from gocelery/fix-testscript
Browse files Browse the repository at this point in the history
fix test script to remove references to subpackages
  • Loading branch information
yoonsio committed Aug 14, 2019
2 parents 11f9150 + 6f97d1e commit 17631e1
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 @@ -18,5 +18,5 @@ install:
- dep ensure
script:
- golangci-lint run
- go test -v -cover ./...
- go test -v -cover .
- goveralls -service=travis-ci
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ lint: build-lint

.PHONY: test
test:
go test -timeout 30s -v -cover ./...
go test -timeout 30s -v -cover .

0 comments on commit 17631e1

Please sign in to comment.