mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-04-08 20:29:03 +02: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:
|
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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user