Skip to content

Commit

Permalink
feat(kubectl-trace): execute tests in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Fontana <[email protected]>
  • Loading branch information
fntlnz committed Jan 1, 2019
1 parent f842698 commit f6a9284
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ go:
services:
- docker
script:
- make test
- make _output/bin/kubectl-trace
- ./hack/release-image.sh
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,6 @@ image/latest:
$(DOCKER) tag $(IMAGE_BPFTRACE_COMMIT) $(IMAGE_BPFTRACE_LATEST)
$(DOCKER) push $(IMAGE_BPFTRACE_LATEST)

.PHONY: test
test:
$(GO) test -v -race ./...

0 comments on commit f6a9284

Please sign in to comment.