You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes include:
- Remove Rake task dependency to "debug" and "debug_compiler" from
"compile" and "test". Let the workflow explicitly run them as
necessary. Since we use separate rake invocations for compiling and
running tests, the dependency causes repeated debug prints.
- Remove printing Ruby version from the debug tasks as it is not
necessary. The ruby/setup-ruby action shows the activated version.
- Let "debug" rake task call FileUtils#ruby with verbose: false to
avoid printing the script itself.
0 commit comments