Skip to content

Commit 498ca19

Browse files
committed
Testing
1 parent 7983df4 commit 498ca19

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/rspec_tests.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
strategy:
1717
matrix:
1818
cfg:
19-
- {os: ubuntu-latest, ruby: '3.1'}
20-
- {os: ubuntu-20.04, ruby: '3.2'} # openssl 1.1.1
21-
- {os: ubuntu-22.04, ruby: '3.2'} # openssl 3
22-
- {os: ubuntu-latest, ruby: 'jruby-9.4.3.0'}
19+
# - {os: ubuntu-latest, ruby: '3.1'}
20+
# - {os: ubuntu-20.04, ruby: '3.2'} # openssl 1.1.1
21+
# - {os: ubuntu-22.04, ruby: '3.2'} # openssl 3
22+
# - {os: ubuntu-latest, ruby: 'jruby-9.4.3.0'}
2323
- {os: windows-2019, ruby: '3.1'}
2424
- {os: windows-2019, ruby: '3.2'} # openssl 3
2525

@@ -62,7 +62,7 @@ jobs:
6262
bundle --version
6363
6464
# Run tests
65-
bundle exec rake parallel:spec[2]
65+
bundle exec rspec spec/integration/directory_environments_spec.rb spec/integration/node/environment_spec.rb spec/unit/file_system_spec.rb spec/unit/util/autoload_spec.rb
6666
6767
- name: Run tests on Linux
6868
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)