|
@@ -294,7 +294,7 @@ jobs:
|
|
run: export DISPLAY=:99.0
|
|
run: export DISPLAY=:99.0
|
|
|
|
|
|
- name: Test
|
|
- name: Test
|
|
- run: haxe RunCi.hxml
|
|
|
|
|
|
+ run: haxe RunCi.hxml -D include_legacy
|
|
working-directory: ${{github.workspace}}/tests
|
|
working-directory: ${{github.workspace}}/tests
|
|
timeout-minutes: 20
|
|
timeout-minutes: 20
|
|
|
|
|
|
@@ -531,7 +531,7 @@ jobs:
|
|
sudo apt install -qqy ${{matrix.APT_PACKAGES}}
|
|
sudo apt install -qqy ${{matrix.APT_PACKAGES}}
|
|
|
|
|
|
- name: Test
|
|
- name: Test
|
|
- run: haxe RunCi.hxml
|
|
|
|
|
|
+ run: haxe RunCi.hxml -D include_legacy
|
|
working-directory: ${{github.workspace}}/tests
|
|
working-directory: ${{github.workspace}}/tests
|
|
timeout-minutes: 20
|
|
timeout-minutes: 20
|
|
|
|
|
|
@@ -741,7 +741,7 @@ jobs:
|
|
|
|
|
|
- name: Test
|
|
- name: Test
|
|
shell: pwsh
|
|
shell: pwsh
|
|
- run: haxe RunCi.hxml
|
|
|
|
|
|
+ run: haxe RunCi.hxml -D include_legacy
|
|
working-directory: ${{github.workspace}}/tests
|
|
working-directory: ${{github.workspace}}/tests
|
|
timeout-minutes: 20
|
|
timeout-minutes: 20
|
|
|
|
|
|
@@ -852,7 +852,7 @@ jobs:
|
|
run: |
|
|
run: |
|
|
# disable invalid Unicode filenames on APFS
|
|
# disable invalid Unicode filenames on APFS
|
|
echo "" > sys/compile-fs.hxml
|
|
echo "" > sys/compile-fs.hxml
|
|
- haxe RunCi.hxml
|
|
|
|
|
|
+ haxe RunCi.hxml -D include_legacy
|
|
working-directory: ${{github.workspace}}/tests
|
|
working-directory: ${{github.workspace}}/tests
|
|
timeout-minutes: 60
|
|
timeout-minutes: 60
|
|
|
|
|