Skip to content

Commit f10d476

Browse files
committed
Change to run build and test with Rake
1 parent 65f7c97 commit f10d476

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/build.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,8 @@ jobs:
1717
uses: actions/setup-ruby@v1
1818
with:
1919
ruby-version: ${{ matrix.ruby }}
20-
- name: Build and Install
20+
- name: Build and test with Rake
2121
run: |
2222
gem install --no-document bundler
23-
gem install --no-document specific_install
2423
bundle install --jobs 4 --retry 3
25-
gem build numo-linalg.gemspec
26-
gem install numo-linalg-*.gem
27-
- name: Tests
28-
run: rspec --color --format documentation --require spec_helper spec
24+
bundle exec rake

0 commit comments

Comments
 (0)