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

This reverts commit 47bfcfb406.
This commit is contained in:
John MacFarlane 2020-05-04 14:34:56 -07:00
parent 47bfcfb406
commit de066cc7f6

View file

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