Skip to content

Commit

Permalink
enable forked tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
danmayer committed Nov 18, 2024
1 parent 09532dd commit 53509b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ jobs:
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: "RUBYOPT='--enable=frozen-string-literal --debug=frozen-string-literal' bundle exec rake"

0 comments on commit 53509b7

Please sign in to comment.