Skip to content

Commit

Permalink
Merge pull request #10 from genya0407/feature/fix-for-integration-spe…
Browse files Browse the repository at this point in the history
…c-failure

Fix for integration spec failure
  • Loading branch information
genya0407 authored Dec 31, 2023
2 parents 1a14196 + 988f076 commit 365c2db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Test

on: [push, pull_request]
on: pull_request
jobs:
cargo_test:
name: cargo test
Expand All @@ -12,10 +12,6 @@ jobs:
with:
ruby-version: '3.1'
- uses: Swatinem/rust-cache@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- run: cargo test --workspace

integration_test:
Expand All @@ -26,8 +22,4 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- run: CLEAN=true rake run_all
2 changes: 2 additions & 0 deletions examples/mruby-polars/mrbgem.rake
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ MRuby::Gem::Specification.new('mruby-polars') do |spec|
if RbConfig::CONFIG['host_os'].downcase.include?('darwin')
spec.linker.flags << '-framework CoreFoundation'
end

spec.add_dependency 'mruby-error'
end

0 comments on commit 365c2db

Please sign in to comment.