1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
protocol-http1:
url: https://github.com/socketry/protocol-http1.git
command: bundle exec rspec
protocol-http2:
url: https://github.com/socketry/protocol-http2.git
command: bundle exec rspec
async-http:
url: https://github.com/socketry/async-http.git
command: bundle exec rspec
protocol-websocket:
url: https://github.com/socketry/protocol-websocket.git
command: bundle exec sus
async-websocket:
url: https://github.com/socketry/async-websocket.git
command: bundle exec sus
falcon:
url: https://github.com/socketry/falcon.git
command: bundle exec rspec
|