Skip to content

Commit

Permalink
Restore mrubyc-test && move steep check to lib/picoruby
Browse files Browse the repository at this point in the history
  • Loading branch information
hasumikin committed Dec 22, 2022
2 parents ce41599 + ca10c36 commit 9fb24e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
with:
ruby-version: 3.1.3
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
#- name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: mrubyc-test
run: BUNDLE_GEMFILE=Gemfile CFLAGS=-DMAX_SYMBOLS_COUNT=1000 MRUBYCFILE=test/Mrubycfile bundle exec mrubyc-test
run: CFLAGS=-DMAX_SYMBOLS_COUNT=1000 MRUBYCFILE=test/Mrubycfile bundle exec mrubyc-test
working-directory: .

0 comments on commit 9fb24e9

Please sign in to comment.