summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2020-06-15 15:56:20 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2020-10-12 16:21:12 +0900
commita4a1e01e8123928057dff9b43e034c1dd137af81 (patch)
tree2b0d57ef213a51d5263511e047e6e16a0c6b8eeb /.github/workflows
parentee111dd175f3242649d87a4600e2bad62e8e0940 (diff)
downloadmruby-a4a1e01e8123928057dff9b43e034c1dd137af81.tar.gz
mruby-a4a1e01e8123928057dff9b43e034c1dd137af81.zip
Add explicit `gensym` to GitHub Actions.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 15ea84ff1..aa851c305 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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