mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-05 00:02:38 -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:
|
paths:
|
||||||
- coverage/
|
- coverage/
|
||||||
test_ruby30:
|
test_ruby30:
|
||||||
stage: test
|
<<: *test_settings
|
||||||
script:
|
script:
|
||||||
./spec.sh ruby 3.0
|
./spec.sh ruby 3.0
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
test_truffleruby:
|
test_truffleruby:
|
||||||
stage: test
|
<<: *test_settings
|
||||||
script:
|
script:
|
||||||
./spec.sh truffleruby latest
|
./spec.sh truffleruby latest
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
@ -117,7 +117,7 @@ coverage:
|
|||||||
- test_ruby27
|
- test_ruby27
|
||||||
image: "ruby:2.7-alpine"
|
image: "ruby:2.7-alpine"
|
||||||
script:
|
script:
|
||||||
- apk --update add g++ make
|
- apk --update add g++ make git
|
||||||
- bundle install --quiet
|
- bundle install --quiet
|
||||||
# this is a workaround, because simplecov doesn't support relative paths.
|
# this is a workaround, because simplecov doesn't support relative paths.
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user