mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-01-11 19:58:28 +01:00
Add --fast to Makefile targets
This commit is contained in:
parent
46c5faf808
commit
ce2a31e529
4
Makefile
4
Makefile
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user