mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-04 00:00:37 -04:00
using common settings for tests in the new images
This commit is contained in:
parent
5c93746718
commit
16d9b2a4de
@ -80,12 +80,12 @@ test_ruby27:
|
||||
paths:
|
||||
- coverage/
|
||||
test_ruby30:
|
||||
stage: test
|
||||
<<: *test_settings
|
||||
script:
|
||||
./spec.sh ruby 3.0
|
||||
allow_failure: true
|
||||
test_truffleruby:
|
||||
stage: test
|
||||
<<: *test_settings
|
||||
script:
|
||||
./spec.sh truffleruby latest
|
||||
allow_failure: true
|
||||
@ -117,7 +117,7 @@ coverage:
|
||||
- test_ruby27
|
||||
image: "ruby:2.7-alpine"
|
||||
script:
|
||||
- apk --update add g++ make
|
||||
- apk --update add g++ make git
|
||||
- bundle install --quiet
|
||||
# this is a workaround, because simplecov doesn't support relative paths.
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user