mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-01-11 19:58:28 +01: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
bf05c8a13c
commit
174952fd4f
@ -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