Skip to content

Commit 76c0395

Browse files
authored
Merge pull request #468 from ruby/truffleruby-remove-railsbench-exclude
railsbench now works on the latest truffleruby release
2 parents ae04dad + 798afd8 commit 76c0395

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,9 @@ jobs:
4949
- ruby: truffleruby
5050
# knucleotide: needs fork
5151
# lobsters: commonmarker fails to install
52-
# railsbench: NoMethodError: undefined method `[]=' for class Fiber (NoMethodError)
5352
# ruby-lsp: rbs_extension.so: undefined symbol: ruby_vm_at_exit
5453
# shipit: cannot load such file -- pty
55-
extra_args: "--excludes=knucleotide,lobsters,railsbench,ruby-lsp,shipit"
54+
extra_args: "--excludes=knucleotide,lobsters,ruby-lsp,shipit"
5655
if: ${{ github.event_name != 'schedule' || github.repository == 'ruby/ruby-bench' }}
5756
steps:
5857
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)