Skip to content

Commit

Permalink
Fix rake compile in oxi-test integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
ianks committed Jul 29, 2024
1 parent b6c3681 commit 6ec4f69
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
- name: "oxidize-rb/oxi-test"
slug: oxi-test
ref: main
run: rake
run: |
bundle install --jobs 3 --retry 3
bundle exec rake
- name: "matsadler/magnus"
slug: magnus-0.5
ref: "0.5.5"
Expand Down

0 comments on commit 6ec4f69

Please sign in to comment.