We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65f7c97 commit f10d476Copy full SHA for f10d476
.github/workflows/build.yml
@@ -17,12 +17,8 @@ jobs:
17
uses: actions/setup-ruby@v1
18
with:
19
ruby-version: ${{ matrix.ruby }}
20
- - name: Build and Install
+ - name: Build and test with Rake
21
run: |
22
gem install --no-document bundler
23
- gem install --no-document specific_install
24
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
+ bundle exec rake
0 commit comments