Skip to content

Commit 4535a2e

Browse files
committed
rake compile explicitly in GHA
1 parent abf18cd commit 4535a2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,7 @@ jobs:
3737
with:
3838
ruby-version: ${{ matrix.ruby }}
3939
bundler-cache: true # 'bundle install' and cache gems
40+
- name: Build
41+
run: bundle exec rake compile
4042
- name: Run test
4143
run: rake test

0 commit comments

Comments
 (0)