Skip to content

Commit

Permalink
Windows fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ianks committed Aug 2, 2024
1 parent ead2c35 commit 391d583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
cache-version: v2

- name: Run ruby tests
run: bundle exec rake
run: bundle exec rake compile && bundle exec ruby -rminitest/autorun -Itest test/oxi/test_test.rb

- name: Lint rust
run: cargo clippy && cargo fmt --check
Expand Down

0 comments on commit 391d583

Please sign in to comment.