Skip to content

Commit

Permalink
Check rake build on CI
Browse files Browse the repository at this point in the history
Sometimes `rake build` is broken. For example in v1.7.2, mismatch
of "cparse-jruby.jar" path between racc.gemspec and Rakefile
makes `rake build` failed.
Add a check on CI to detect such problem in advance.
  • Loading branch information
yui-knk committed Nov 3, 2023
1 parent 9f54e7b commit 36d9b8a
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 @@ -41,3 +41,4 @@ jobs:
ruby-version: ${{matrix.ruby}}
bundler-cache: true
- run: bundle exec rake compile test
- run: bundle exec rake build

0 comments on commit 36d9b8a

Please sign in to comment.