mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-03 00:02:48 -04:00
Add bake-test-external
and test faraday-net_http
as part of the CI
This commit is contained in:
parent
7f444c3971
commit
af116aa0a3
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -49,7 +49,13 @@ jobs:
|
||||
ruby-version: ${{ matrix.ruby }}
|
||||
bundler-cache: true
|
||||
|
||||
- name: Test
|
||||
- name: RSpec
|
||||
continue-on-error: ${{ matrix.experimental }}
|
||||
run: bundle exec rake
|
||||
|
||||
- name: Test External Adapters
|
||||
if: ${{ matrix.ruby != '2.6' }}
|
||||
continue-on-error: ${{ matrix.experimental }}
|
||||
run: bundle exec bake test:external
|
||||
|
||||
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,6 +14,7 @@ tmp
|
||||
.bundle
|
||||
Gemfile.lock
|
||||
vendor/bundle
|
||||
external
|
||||
|
||||
## PROJECT::SPECIFIC
|
||||
.rbx
|
||||
|
1
Gemfile
1
Gemfile
@ -7,6 +7,7 @@ source 'https://rubygems.org'
|
||||
gem 'jruby-openssl', '~> 0.11.0', platforms: :jruby
|
||||
|
||||
group :development, :test do
|
||||
gem 'bake-test-external'
|
||||
gem 'coveralls_reborn', require: false
|
||||
gem 'pry'
|
||||
gem 'rack', '~> 2.2'
|
||||
|
3
config/external.yaml
Normal file
3
config/external.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
faraday-net_http:
|
||||
url: https://github.com/lostisland/faraday-net_http.git
|
||||
command: bundle exec rspec
|
Loading…
x
Reference in New Issue
Block a user