mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-13 22:44:20 +02:00
Print RbConfig values in tests
This commit is contained in:
@@ -60,6 +60,10 @@ jobs:
|
||||
echo 'ridk is unavailable'
|
||||
}
|
||||
}
|
||||
- name: RbConfig::CONFIG
|
||||
run: ruby -rrbconfig -rpp -e 'pp RbConfig::CONFIG'
|
||||
- name: RbConfig::MAKEFILE_CONFIG
|
||||
run: ruby -rrbconfig -rpp -e 'pp RbConfig::MAKEFILE_CONFIG'
|
||||
|
||||
- name: Subprocess test
|
||||
run: ruby test_subprocess.rb
|
||||
|
||||
Reference in New Issue
Block a user