From 394f1ed37ce860da6fdc385769bf29f9737105cd Mon Sep 17 00:00:00 2001 From: Adam Malczewski Date: Thu, 4 Jun 2026 21:21:20 +0900 Subject: chore: genesis — remove all files to rebuild from scratch (arch rewrite) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/test | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 bin/test (limited to 'bin/test') diff --git a/bin/test b/bin/test deleted file mode 100755 index 61b31ce..0000000 --- a/bin/test +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env bash -set -euo pipefail - -SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)" -PROJECT_DIR="$(dirname "$SCRIPT_DIR")" - -# Run the test suite inside the API container -# Uses the api service since it has access to the full workspace -sudo docker compose -f "$PROJECT_DIR/docker-compose.yml" \ - run --rm api bun run test "$@" -- cgit v1.2.3