Try to run goruby

This commit is contained in:
Nobuyoshi Nakada 2024-09-07 21:43:38 +09:00
parent 903f3790ad
commit d2179eeaac
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465
3 changed files with 26 additions and 0 deletions

View File

@ -65,6 +65,8 @@ jobs:
- run: make all golf
- run: ./goruby -veh
- run: ruby tool/update-deps --fix
- run: git diff --no-ext-diff --ignore-submodules --exit-code

View File

@ -96,6 +96,18 @@ jobs:
- run: make
- run: |
make golf
case "${{ matrix.configure }}" in
*'--enable-shared'*)
make runnable
./bin/goruby -veh
;;
*)
./goruby -veh
;;
esac
- name: Set test options for skipped tests
run: |
set -x

View File

@ -107,6 +107,18 @@ jobs:
- run: $SETARCH make
- run: |
$SETARCH make golf
case "${{ matrix.configure }}" in
*'--enable-shared'*)
$SETARCH make runnable
./bin/goruby -veh
;;
*)
./goruby -veh
;;
esac
- name: Set test options for skipped tests
run: |
set -x