Skip to content

Commit 8383834

Browse files
committed
ci: yjit for jekyll build
1 parent 89d8975 commit 8383834

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: .github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ jobs:
1010
jekyll-build:
1111
runs-on: ubuntu-latest
1212
name: Jekyll Build
13+
strategy:
14+
matrix:
15+
yjit-enabled: [0, 1]
16+
env:
17+
RUBY_YJIT_ENABLE: ${{ matrix.yjit-enabled }}
1318
steps:
1419
- uses: actions/checkout@v4
1520
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)