Skip to content

Commit

Permalink
Merge pull request #260 from ruby/try-to-fix-3-3
Browse files Browse the repository at this point in the history
Try to fix test failure with Ruby 3.3
  • Loading branch information
hsbt committed Jan 19, 2024
2 parents 35e6850 + eb7eef4 commit e17daed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -39,6 +39,6 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{matrix.ruby}}
bundler-cache: true
- run: bundle exec rake compile test
- run: bundle exec rake build
- run: bundle install --jobs 4 --retry 3
- run: rake test
- run: rake build
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -9,5 +9,6 @@ tags
tmp
target
lib/java/racc/cparse-jruby.jar
lib/racc/cparse-jruby.jar
Gemfile.lock
html

0 comments on commit e17daed

Please sign in to comment.