From ce6fbdd619b4028dcb56b6cfc07a74891cc588f1 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Sat, 2 Nov 2024 15:52:46 +1300 Subject: [PATCH] Restore puma external tests. --- config/external.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/external.yaml b/config/external.yaml index 2a3c2ad..edb9d43 100644 --- a/config/external.yaml +++ b/config/external.yaml @@ -4,6 +4,6 @@ rack: falcon: url: https://github.com/socketry/falcon.git command: bundle exec bake test -# puma: -# url: https://github.com/puma/puma.git -# command: bundle exec rake test +puma: + url: https://github.com/puma/puma.git + command: bundle exec rake test