rubyjs / mini_racer

Minimal embedded v8
MIT License
594 stars 93 forks source link

CI: Build and install gem and run simple smoke test #304

Closed tisba closed 4 months ago

tisba commented 4 months ago

See https://github.com/rubyjs/mini_racer/issues/286

This PR builds and installs mini_racer (after compile & test), to make sure that the gem actually works from a users perspective. This should help catch issues like https://github.com/rubyjs/mini_racer/pull/285.