Add --fast to Makefile targets

This commit is contained in:
patrick brisbin 2020-08-20 12:11:10 -04:00
parent 46c5faf808
commit ce2a31e529
No known key found for this signature in database
GPG Key ID: 20299C6982D938FB

View File

@ -18,13 +18,13 @@ dependencies:
build:
stack build \
--flag yesod-auth-oauth2:example \
--pedantic --test --no-run-tests
--fast --pedantic --test --no-run-tests
.PHONY: test
test:
stack build \
--flag yesod-auth-oauth2:example \
--pedantic --test
--fast --pedantic --test
.PHONY: lint