Windows CI: try adding -fexternal-interpreter as ghc option.
This commit is contained in:
parent
2662a60db2
commit
47bfcfb406
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -122,11 +122,11 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
stack update
|
stack update
|
||||||
stack test --dependencies-only --fast
|
stack test --dependencies-only --fast --ghc-options=-fexternal-interpreter
|
||||||
- name: Build and test
|
- name: Build and test
|
||||||
shell: cmd
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
stack test --fast --test-arguments=--hide-successes
|
stack test --fast --test-arguments=--hide-successes --ghc-options=-fexternal-interpreter
|
||||||
|
|
||||||
macos:
|
macos:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue