Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcooper committed May 29, 2024
1 parent 7983df4 commit 498ca19
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/rspec_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
strategy:
matrix:
cfg:
- {os: ubuntu-latest, ruby: '3.1'}
- {os: ubuntu-20.04, ruby: '3.2'} # openssl 1.1.1
- {os: ubuntu-22.04, ruby: '3.2'} # openssl 3
- {os: ubuntu-latest, ruby: 'jruby-9.4.3.0'}
# - {os: ubuntu-latest, ruby: '3.1'}
# - {os: ubuntu-20.04, ruby: '3.2'} # openssl 1.1.1
# - {os: ubuntu-22.04, ruby: '3.2'} # openssl 3
# - {os: ubuntu-latest, ruby: 'jruby-9.4.3.0'}
- {os: windows-2019, ruby: '3.1'}
- {os: windows-2019, ruby: '3.2'} # openssl 3

Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
bundle --version
# Run tests
bundle exec rake parallel:spec[2]
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
- name: Run tests on Linux
if: runner.os == 'Linux'
Expand Down

0 comments on commit 498ca19

Please sign in to comment.