Skip to content

Commit

Permalink
Merge pull request #577 from ydah/use-github-format
Browse files Browse the repository at this point in the history
Make minor improvements to GitHub actions
  • Loading branch information
danmayer authored Jan 31, 2025
2 parents c94c5ea + b0a4ca2 commit 34dc51b
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,14 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle exec standardrb
- 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
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle exec standardrb --format github

0 comments on commit 34dc51b

Please sign in to comment.