Browse Source

Cygwin: CI: Take note of the testsuite status

users/vapier/wip
Jon Turney 3 years ago
parent
commit
1db6fb03e7
No known key found for this signature in database GPG Key ID: C7C86F0370285C81
  1. 2
      .github/workflows/cygwin.yml

2
.github/workflows/cygwin.yml

@ -123,7 +123,7 @@ jobs:
export MAKEFLAGS=-j$(nproc) &&
cd build &&
(export PATH=${{ matrix.target }}/winsup/testsuite/testinst/bin:${PATH} && cmd /c $(cygpath -wa ${{ matrix.target }}/winsup/cygserver/cygserver) &) &&
(cd ${{ matrix.target }}/winsup; make check AM_COLOR_TESTS=always || true)
(cd ${{ matrix.target }}/winsup; make check AM_COLOR_TESTS=always)
shell: C:\cygwin\bin\bash.exe --noprofile --norc -eo pipefail '{0}'
# upload test logs to facilitate investigation of problems

Loading…
Cancel
Save