diff --git a/Makefile b/Makefile index 113e515..f309ef7 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,9 @@ build: .PHONY: test test: - stack build $(STACK_ARGUMENTS) --test + stack build $(STACK_ARGUMENTS) \ + --flag yesod-auth-oauth2:example \ + --pedantic --test .PHONY: lint