Skip to content

Commit

Permalink
workaround Ruby head missing power_assert default gem
Browse files Browse the repository at this point in the history
  • Loading branch information
matsadler committed Mar 31, 2024
1 parent 061e965 commit 099c251
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ jobs:
examples/custom_exception_ruby/tmp/
examples/custom_exception_rust/tmp/
# Ruby head is currently missing the power_assert default gem
- name: Ruby head bug workaround
if: matrix.ruby-version == 'head'
run: gem install power_assert

- name: Example gem tests (blank?)
working-directory: examples/rust_blank
run: bundle exec rake test
Expand Down

0 comments on commit 099c251

Please sign in to comment.