Skip to content

Commit

Permalink
Use rake test:all
Browse files Browse the repository at this point in the history
  • Loading branch information
ydah committed Jan 31, 2025
1 parent a624cfc commit b0a4ca2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle exec rake
- run: bundle exec rake forked_tests
- run: bundle exec rake benchmarks
- run: bundle exec rake benchmarks:memory
- run: bundle exec rake test:all
- run: "RUBYOPT='--enable=frozen-string-literal --debug=frozen-string-literal' bundle exec rake"
starndardrb:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b0a4ca2

Please sign in to comment.