Skip to content

Commit

Permalink
ignore cyclo test in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jedib0t committed Jan 20, 2021
1 parent 141b4ba commit 4ac39a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -18,5 +18,5 @@ before_script:

# CI Pipeline.
script:
- make test test-race bench
- make test-min test-race bench
- $GOPATH/bin/goveralls -service=travis-pro -coverprofile=.coverprofile
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -35,6 +35,9 @@ profile:
test: fmt lint vet cyclo
go test -cover -coverprofile=.coverprofile $(shell go list ./...)

test-min: lint vet
go test -cover -coverprofile=.coverprofile $(shell go list ./...)

test-race:
go run -race ./cmd/demo-progress/demo.go

Expand Down

0 comments on commit 4ac39a0

Please sign in to comment.