We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf18cd commit 4535a2eCopy full SHA for 4535a2e
.github/workflows/test.yml
@@ -37,5 +37,7 @@ jobs:
37
with:
38
ruby-version: ${{ matrix.ruby }}
39
bundler-cache: true # 'bundle install' and cache gems
40
+ - name: Build
41
+ run: bundle exec rake compile
42
- name: Run test
43
run: rake test
0 commit comments