Skip to content

Commit

Permalink
Merge pull request #248 from el10savio/master
Browse files Browse the repository at this point in the history
Added test & build to makefile
  • Loading branch information
linki committed Sep 9, 2020
2 parents d5c6791 + 3201481 commit 7becea1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ _testmain.go
*.prof

/vendor
/bin
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ endif
coveralls:
roveralls
goveralls -coverprofile=roveralls.coverprofile -service=travis-ci

test: check

build:
go build -o bin/chaoskube -v

0 comments on commit 7becea1

Please sign in to comment.