There was an error while loading. Please reload this page.
1 parent 4e2fd34 commit 5e093a1Copy full SHA for 5e093a1
1 file changed
.github/workflows/windows-msys2.yml
@@ -177,9 +177,6 @@ jobs:
177
178
- name: Run testuite
179
shell: msys2 {0}
180
- env:
181
- # pass TERM for running ncurses apps (instead of default ms-terminal which _should_ work as well)
182
- TERM: vt100
183
run: |
184
# skip test as it sometimes works and sometimes not...
185
# instead of
@@ -189,6 +186,7 @@ jobs:
189
186
190
187
# to work around regular hangs we run NIST first, then the internal
191
188
# and the later only with 2 jobs
+ export TERM=vt100
192
make -C _build check TESTSUITEFLAGS="--jobs=2" || \
193
make -C _build check TESTSUITEFLAGS="--recheck --verbose"
194
0 commit comments