Skip to content

Commit 2b9578a

Browse files
authored
Merge pull request #177 from bastelfreak/parallellllllllllllll
CI: Dont output debug infos twice
2 parents a4b9d99 + 201b1cd commit 2b9578a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/tests.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,6 @@ jobs:
8585
# list current OpenSSL install
8686
gem list openssl
8787
ruby -ropenssl -e 'puts "OpenSSL Version - #{OpenSSL::OPENSSL_VERSION}"; puts "OpenSSL Library Version - #{OpenSSL::OPENSSL_LIBRARY_VERSION}"'
88-
Get-Content Gemfile.lock
89-
ruby -v
90-
gem --version
91-
bundle --version
9288
9389
# Run tests
9490
bundle exec rake parallel:spec[2]
@@ -97,12 +93,7 @@ jobs:
9793
if: runner.os == 'Linux'
9894
run: |
9995
# debug information
100-
gem list openssl
10196
ruby -ropenssl -e 'puts "OpenSSL Version - #{OpenSSL::OPENSSL_VERSION}"; puts "OpenSSL Library Version - #{OpenSSL::OPENSSL_LIBRARY_VERSION}"'
102-
cat Gemfile.lock
103-
ruby -v
104-
gem --version
105-
bundle --version
10697
10798
if [[ ${{ matrix.cfg.ruby }} =~ "jruby" ]]; then
10899
export _JAVA_OPTIONS='-Xmx1024m -Xms512m'

0 commit comments

Comments
 (0)