mirror of
https://github.com/gbdev/rgbds.git
synced 2026-08-20 13:54:33 +00:00
Let tests know they are being run under Cygwin
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user