Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing #2764

Closed
wants to merge 1 commit into from
Closed

Testing #2764

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 0 additions & 67 deletions .github/workflows/acceptance_tests.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .github/workflows/integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@ jobs:
strategy:
matrix:
cfg:
- {os: ubuntu-latest, ruby: '2.7'}
- {os: ubuntu-22.04, ruby: '3.2'} # with openssl 3
- {os: ubuntu-22.04, ruby: 'jruby-9.3.14.0'}
- {os: windows-2019, ruby: '2.7'}
- {os: windows-2019, ruby: '3.2'} # with openssl 3
runs-on: ${{ matrix.cfg.os }}
env:
BUNDLE_SET: 'with integration'
Expand Down
56 changes: 0 additions & 56 deletions .github/workflows/unit_tests.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion tasks/spec.rake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ begin
desc 'Run rspec integration test in random order'
RSpec::Core::RakeTask.new(:spec_integration) do |t|
t.rspec_opts = '--pattern spec_integration/**/*_spec.rb '\
'--default-path spec_integration --order random'
'--default-path spec_integration --bisect=verbose --order random:30840'
end
rescue LoadError
puts 'Could not load rspec'
Expand Down