Skip to content

Commit c7c038a

Browse files
committed
Revert "cygwin: disable CI until cygwin fix signal handling"
Cygwin 3.5.6 has been released. 3.5.6 has it's own problems, but they don't appear to have an effect on our tests. This reverts commit e7475a1.
1 parent 71404d3 commit c7c038a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/testsuite.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -563,14 +563,13 @@ jobs:
563563
# | (__| |_| | (_| |\ V V /| | | | |
564564
# \___|\__, |\__, | \_/\_/ |_|_| |_|
565565
# |___/ |___/
566-
# disabled until cygwin get a signal handling fix out
567566
568567
cygwin:
569568
name: "cygwin"
570569
runs-on: windows-2019
571570
timeout-minutes: 120
572571
needs: sanity_check
573-
if: (! cancelled() && (needs.sanity_check.outputs.ci_force_cygwin == 'true'))
572+
if: (! cancelled() && (needs.sanity_check.outputs.run_all_jobs == 'true' || needs.sanity_check.outputs.ci_force_cygwin == 'true'))
574573
575574
steps:
576575
# we use Cygwin git, so no need to configure git here.

0 commit comments

Comments
 (0)