Skip to content

Commit 9524614

Browse files
authored
Re-enable Truffleruby on the CI (#698)
Re-enable truffleruby on the CI
1 parent ad4fc04 commit 9524614

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,10 @@ jobs:
4747
ruby: "2.5"
4848
gemfile: gemfiles/openssl.gemfile
4949
experimental: false
50-
# Disable temporarily due to `ArgumentError: circular causes` error
51-
# - os: ubuntu-latest
52-
# ruby: "truffleruby-head"
53-
# gemfile: "gemfiles/standalone.gemfile"
54-
# experimental: true
50+
- os: ubuntu-latest
51+
ruby: "truffleruby-head"
52+
gemfile: "gemfiles/standalone.gemfile"
53+
experimental: true
5554
- os: ubuntu-latest
5655
ruby: head
5756
gemfile: gemfiles/standalone.gemfile

0 commit comments

Comments
 (0)