Print RbConfig values in tests

This commit is contained in:
Benoit Daloze
2020-10-23 15:58:23 +02:00
committed by GitHub
parent 11082225e4
commit b9ca796ede
+4
View File
@@ -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