Use the same flags for all builds

This commit is contained in:
patrick brisbin 2018-03-01 11:46:46 -05:00
parent 1e3c70f355
commit ee830b5427
No known key found for this signature in database
GPG Key ID: 4243EA839B9CC425

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