mirror of
https://github.com/gbdev/rgbds.git
synced 2026-08-31 19:08:40 +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
|
man -w 1 rgbasm rgblink rgbfix rgbgfx
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
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
|
- name: Use Windows git location in the PATH
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: | # Prevents the `actions/checkout` post-job cleanup from using Cygwin's git binary
|
run: | # Prevents the `actions/checkout` post-job cleanup from using Cygwin's git binary
|
||||||
|
|||||||
Reference in New Issue
Block a user