Let tests know they are being run under Cygwin

This commit is contained in:
ISSOtm
2026-07-05 20:58:50 -04:00
committed by Rangi
parent 189c679e13
commit 3eb8c7e8f2
+1 -1
View File
@@ -372,7 +372,7 @@ jobs:
man -w 1 rgbasm rgblink rgbfix rgbgfx
- name: Run tests
run: |
test/run-tests.sh --only-internal --jobs "$(getconf _NPROCESSORS_ONLN)"
test/run-tests.sh --os cygwin --only-internal --jobs "$(getconf _NPROCESSORS_ONLN)"
- name: Use Windows git location in the PATH
shell: pwsh
run: | # Prevents the `actions/checkout` post-job cleanup from using Cygwin's git binary