From 8244dbf54d05619713140a113b76b74e49c680fd Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Tue, 24 Sep 2024 22:57:23 +1200 Subject: [PATCH] Add `protocol-rack` to external tests. --- config/external.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/external.yaml b/config/external.yaml index bca6d5a..20fd76d 100644 --- a/config/external.yaml +++ b/config/external.yaml @@ -4,6 +4,9 @@ protocol-http1: protocol-http2: url: https://github.com/socketry/protocol-http2.git command: bundle exec sus +protocol-rack: + url: https://github.com/socketry/protocol-rack.git + command: bundle exec sus async-http: url: https://github.com/socketry/async-http.git command: bundle exec sus