Skip to content

Commit 36d9b8a

Browse files
committed
Check rake build on CI
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.
1 parent 9f54e7b commit 36d9b8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,4 @@ jobs:
4141
ruby-version: ${{matrix.ruby}}
4242
bundler-cache: true
4343
- run: bundle exec rake compile test
44+
- run: bundle exec rake build

0 commit comments

Comments
 (0)