mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Add explicit gensym to GitHub Actions.
This commit is contained in:
@@ -17,7 +17,7 @@ jobs:
|
||||
run: rake test
|
||||
run: sudo apt install ruby gperf
|
||||
- name: build and test
|
||||
run: rake -m -j4 all test
|
||||
run: rake -m -j4 gensym all test
|
||||
env:
|
||||
MRUBY_TARGET: travis
|
||||
|
||||
@@ -64,7 +64,7 @@ jobs:
|
||||
- name: brew
|
||||
run: brew install ruby gperf
|
||||
- name: build and test
|
||||
run: rake -m -j4 all test
|
||||
run: rake -m -j4 gensym all test
|
||||
env:
|
||||
MRUBY_TARGET: travis
|
||||
|
||||
|
||||
Reference in New Issue
Block a user