File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
16
16
strategy :
17
17
matrix :
18
18
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'}
23
23
- {os: windows-2019, ruby: '3.1'}
24
24
- {os: windows-2019, ruby: '3.2'} # openssl 3
25
25
62
62
bundle --version
63
63
64
64
# 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
66
66
67
67
- name : Run tests on Linux
68
68
if : runner.os == 'Linux'
You can’t perform that action at this time.
0 commit comments