Skip to content

Commit

Permalink
Use rake build rather than compile in ci
Browse files Browse the repository at this point in the history
Running build should expose the issue seen in #1
  • Loading branch information
IAPark committed Mar 28, 2023
1 parent 9bc513c commit 9be5e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake compile
- run: bundle exec rake build
- run: bundle exec rake spec
lint:
strategy:
Expand Down

0 comments on commit 9be5e47

Please sign in to comment.