Skip to content

Commit

Permalink
CI: no more generate
Browse files Browse the repository at this point in the history
  • Loading branch information
frodrigo committed Apr 14, 2024
1 parent ed506d8 commit 2faeae9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test-ruby.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,13 @@ jobs:
- name: Run rubocop
run: bundle exec rubocop --parallel

# - name: Build native part
# run: |
# bundle exec rake generate && \
# bundle exec rake compile

- name: Build native part
run: |
bundle exec rake generate && \
bundle exec rake compile
- name: Run typecheck
Expand Down

0 comments on commit 2faeae9

Please sign in to comment.