Skip to content

Commit

Permalink
Test examples as part of CI run
Browse files Browse the repository at this point in the history
  • Loading branch information
ascandella committed Feb 16, 2017
1 parent ec29e35 commit d572db7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ examples:
@$(call label,Building examples)
@echo
$(ECHO_V)$(MAKE) -C examples/keyvalue ECHO_V=$(ECHO_V)
$(ECHO_V)go test ./examples/simple

.PHONY: vendor
vendor:
Expand Down
1 change: 0 additions & 1 deletion examples/simple/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ func main() {
svc, err := service.WithModules(
uhttp.New(registerHTTPers, uhttp.WithFilters(simpleFilter{})),
).Build()

if err != nil {
log.Fatal("Unable to initialize service", "error", err)
}
Expand Down

0 comments on commit d572db7

Please sign in to comment.