Windows CI: try adding -fexternal-interpreter as ghc option.

This commit is contained in:
John MacFarlane 2020-05-04 12:17:38 -07:00
parent 2662a60db2
commit 47bfcfb406

View file

@ -122,11 +122,11 @@ jobs:
- name: Install dependencies
run: |
stack update
stack test --dependencies-only --fast
stack test --dependencies-only --fast --ghc-options=-fexternal-interpreter
- name: Build and test
shell: cmd
run: |
stack test --fast --test-arguments=--hide-successes
stack test --fast --test-arguments=--hide-successes --ghc-options=-fexternal-interpreter
macos: