From 2e7865a61c74618b53d7235c5d47988d7537ea14 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Fri, 24 Jan 2025 20:23:29 -0500 Subject: [PATCH] feat: fixes typo in ci --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 85f0e62..076d054 100644 --- a/justfile +++ b/justfile @@ -20,7 +20,7 @@ bootstrap: cp ./env.example .env test-docker: - @docker run -it --rm \ + @docker run --rm \ -v "${PWD}:/app" \ -w "/app" "swift:6.0-noble" \ swift test