Skip to content

Commit

Permalink
Update workflows again
Browse files Browse the repository at this point in the history
Signed-off-by: Youhei SASAKI <uwabami@gfd-dennou.org>
  • Loading branch information
uwabami committed Feb 6, 2025
1 parent a5fc238 commit a78527e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt update
sudo apt install -y rake-compiler
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
Expand All @@ -29,7 +33,7 @@ jobs:
gem install pkg/numru-narray-*.gem
- name: Tests
run: |
bundle exec rake test
rake test
# MRI:
# name: ${{ matrix.os }} ruby-${{ matrix.ruby }}
# runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit a78527e

Please sign in to comment.