Skip to content

Commit

Permalink
Add CI build for MN threads
Browse files Browse the repository at this point in the history
  • Loading branch information
jhawthorn committed Dec 9, 2023
1 parent 088502e commit 78b4db5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
os:
- ubuntu-latest
- macos-latest
mn_threads: [0]

include:
- os: ubuntu-latest
ruby: 'head'
mn_threads: '1'

steps:
- uses: actions/checkout@v2
Expand All @@ -30,3 +36,5 @@ jobs:
bundler-cache: true
- name: Run the default task
run: bundle exec rake
env:
RUBY_MN_THREADS: ${{ matrix.mn_threads }}

0 comments on commit 78b4db5

Please sign in to comment.