Skip to content

Commit

Permalink
update: bindata to run embed on every make test
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmueller committed Dec 14, 2017
1 parent 962d3ac commit a09b721
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ERROLOG := \033[31m ⨯\033[0m

TEST:="./..."

test:
test: embed
@echo "$(INFOLOG) Running go tests..."
@go list $(TEST) \
| grep -v "/vendor/" \
Expand Down
23 changes: 23 additions & 0 deletions internal/bindata/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a09b721

Please sign in to comment.