File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -89,20 +89,25 @@ jobs:
8989 - name : Install haskell deps
9090 env :
9191 stack : ${{ matrix.plan.stack }}
92+ stackyaml : ${{ matrix.plan.stackyaml }}
93+ ghc : ${{ matrix.plan.ghc }}
9294 run : |
9395 $stack build --test --bench --only-dependencies
9496 # --no-terminal
9597
9698 - name : Build all shelltestrunner modules warning free, optimised and minimised, and run any unit/doc/bench tests
9799 env :
98100 stack : ${{ matrix.plan.stack }}
101+ stackyaml : ${{ matrix.plan.stackyaml }}
102+ ghc : ${{ matrix.plan.ghc }}
99103 run : |
100104 $stack install --test --bench --force-dirty --ghc-options=-fforce-recomp --ghc-options=-Werror --ghc-options=-split-sections --no-terminal
101105
102106 - name : Run functional tests (excluding windows tests)
103107 env :
104108 stack : ${{ matrix.plan.stack }}
105109 stackyaml : ${{ matrix.plan.stackyaml }}
110+ ghc : ${{ matrix.plan.ghc }}
106111 run : |
107112 export PATH=~/.local/bin:$PATH
108113 make STACKYAMLOPT="--stack-yaml=$stackyaml" test
You can’t perform that action at this time.
0 commit comments