Skip to content

Commit

Permalink
use binstub on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
robsdudeson committed Nov 13, 2024
1 parent eee068c commit d925298
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@ on:

jobs:
test:

strategy:
matrix:
os: [ubuntu-latest]
ruby-version:
- '3.0'
- '3.1'
- '3.2'
- '3.3'
- "3.0"
- "3.1"
- "3.2"
- "3.3"

runs-on: ${{ matrix.os }}

Expand All @@ -32,4 +31,4 @@ jobs:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Run tests for Ruby ${{ matrix.ruby-version }} on ${{ matrix.os }}
run: bundle config unset deployment && bundle exec rake
run: bundle config unset deployment && ./bin/rake

0 comments on commit d925298

Please sign in to comment.