Skip to content

Commit

Permalink
CI: Enable YJIT
Browse files Browse the repository at this point in the history
Let's test if Alchemy runs with YJIT enabled
  • Loading branch information
tvdeyen committed Oct 4, 2023
1 parent 0be79fa commit 6536db5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
DB_HOST: "127.0.0.1"
RAILS_ENV: test
RAILS_VERSION: ${{ matrix.rails }}
RUBY_YJIT_ENABLE: "1"
services:
postgres:
image: postgres:11
Expand Down

0 comments on commit 6536db5

Please sign in to comment.