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: build:
stack build \ stack build \
--flag yesod-auth-oauth2:example \ --flag yesod-auth-oauth2:example \
--pedantic --test --no-run-tests --fast --pedantic --test --no-run-tests
.PHONY: test .PHONY: test
test: test:
stack build \ stack build \
--flag yesod-auth-oauth2:example \ --flag yesod-auth-oauth2:example \
--pedantic --test --fast --pedantic --test
.PHONY: lint .PHONY: lint