From f595aed116a2c46bcbf5add839c1d681cc268d31 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Thu, 1 Mar 2018 11:46:46 -0500 Subject: [PATCH] Use the same flags for all builds --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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