mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-09-10 19:34:56 +02:00
Install test dependencies in build step
This ensures the extra installation doesn't happen in the test step. Also add a missing --pedantic.
This commit is contained in:
parent
d9d1aab03a
commit
e3fb1d3476
@ -7,7 +7,10 @@ dependencies:
|
||||
- chmod +x /tmp/stack && sudo mv /tmp/stack /usr/bin/stack
|
||||
override:
|
||||
- stack setup
|
||||
- stack build --flag yesod-auth-oauth2:example
|
||||
- stack build
|
||||
--pedantic
|
||||
--test --no-run-tests
|
||||
--flag yesod-auth-oauth2:example
|
||||
|
||||
test:
|
||||
override:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user