Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcooper committed Oct 2, 2024
1 parent bbb2d35 commit cc4b8e8
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 128 deletions.
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

0 comments on commit cc4b8e8

Please sign in to comment.