Try to run goruby
This commit is contained in:
parent
903f3790ad
commit
d2179eeaac
2
.github/workflows/check_dependencies.yml
vendored
2
.github/workflows/check_dependencies.yml
vendored
@ -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
|
||||
|
12
.github/workflows/macos.yml
vendored
12
.github/workflows/macos.yml
vendored
@ -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
|
||||
|
12
.github/workflows/ubuntu.yml
vendored
12
.github/workflows/ubuntu.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user