Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/cygwin.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml
index 378d1d14a..9c6f352d2 100644
--- a/.github/workflows/cygwin.yml
+++ b/.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