Skip to content

Commit

Permalink
Faster still.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Oct 26, 2018
1 parent 5e6effa commit 7afba75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ install:
- curl -sS -ostack.zip -L --insecure http://www.stackage.org/stack/windows-x86_64
- 7z x stack.zip stack.exe > nul
- stack setup > nul
- stack build alex happy
- stack build alex happy --fast
- stack --no-terminal test --only-dependencies -j 1 --fast
- stack install --fast

Expand Down

0 comments on commit 7afba75

Please sign in to comment.