Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
Explicitly make test; go test -v ./...
Browse files Browse the repository at this point in the history
  • Loading branch information
paveg committed Jul 6, 2019
1 parent 9fbe0b3 commit 9e98c09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ install: ## Install dependencies
@go mod download

test: ## Execute all tests
@go test -v
@go test -v ./...
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ go-travis is a Go client library to interact with the [Travis CI API V3](https:/

```bash
$ go get github.com/shuheiktgw/go-travis
$ make install
```

## Usage
Expand Down

0 comments on commit 9e98c09

Please sign in to comment.