Add explicit gensym to GitHub Actions.

This commit is contained in:
Yukihiro "Matz" Matsumoto
2020-06-15 15:56:20 +09:00
parent ee111dd175
commit a4a1e01e81
+2 -2
View File
@@ -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