Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 committed Sep 29, 2024
1 parent ad4ea4e commit 62ba722
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Build d4binding
run: bundle exec rake d4:build
- name: Run test
run: bundle exec rake test

0 comments on commit 62ba722

Please sign in to comment.