Use the same flags for all builds

This commit is contained in:
patrick brisbin 2018-03-01 11:46:46 -05:00
parent 4b64eb168b
commit f595aed116

View File

@ -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