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