File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,4 +104,4 @@ jobs:
104104 stackyaml : ${{ matrix.plan.stackyaml }}
105105 run : |
106106 export PATH=~/.local/bin:$PATH
107- STACKYAML= $stackyaml make test
107+ make STACKYAMLOPT="--silent --stack-yaml= $stackyaml" test
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ SHELLTESTEXE = $(shell $(STACK) path --local-install-root)/bin/shelltest
1818# the base shelltest command with common options,
1919# and the STACKYAMLOPT env var which helps any tests
2020# which run stack themselves (eg large-output.test)
21- SHELLTEST = STACKYAMLOPT=$(STACKYAMLOPT ) $(SHELLTESTEXE ) --exclude /_ -j16 --hide-successes
21+ SHELLTEST = STACKYAMLOPT=" $(STACKYAMLOPT ) " $(SHELLTESTEXE ) --exclude /_ -j16 --hide-successes
2222
2323# standard targets
2424
You can’t perform that action at this time.
0 commit comments