Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3d395bd

Browse files
committedNov 28, 2024
Test with froznestring enabled
1 parent 55dd3ad commit 3d395bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
env:
2222
CI: true
23+
RUBYOPT: "--enable=frozen-string-literal --yjit"
2324
# TESTOPTS: --verbose
2425
steps:
2526
- uses: actions/checkout@master

0 commit comments

Comments
 (0)
Please sign in to comment.