From 5a9a061f2f8276deaa12f3674a5019f4f612a8bd Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Mon, 14 Oct 2024 13:10:45 +1300 Subject: [PATCH] Add `async-http-cache` to external tests. --- config/external.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/external.yaml b/config/external.yaml index 20fd76d..3a12bb6 100644 --- a/config/external.yaml +++ b/config/external.yaml @@ -10,6 +10,9 @@ protocol-rack: async-http: url: https://github.com/socketry/async-http.git command: bundle exec sus +async-http-cache: + url: https://github.com/socketry/async-http-cache.git + command: bundle exec sus protocol-websocket: url: https://github.com/socketry/protocol-websocket.git command: bundle exec sus