Skip to content

Commit fc6f078

Browse files
committed
ci: skip GET tests on Windows (console input only, pipe hangs)
Co-authored-by: Chris Garrett <chris@chrisg.com>
1 parent e40a126 commit fc6f078

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,8 @@ jobs:
133133
mingw32-make basic-gfx
134134
fi
135135
136-
- name: Run GET tests (Windows)
137-
if: runner.os == 'Windows'
138-
shell: msys2 {0}
139-
run: |
140-
set -e
141-
sh tests/get_test.sh
136+
# GET tests skipped on Windows: basic.exe uses _kbhit/_getch (console only),
137+
# not stdin; piped input never reaches the program, so tests would hang.
142138

143139
- name: Run tests (Windows)
144140
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)