summaryrefslogtreecommitdiffhomepage
path: root/bin/test
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-06-04 21:21:20 +0900
committerAdam Malczewski <[email protected]>2026-06-04 21:21:20 +0900
commit394f1ed37ce860da6fdc385769bf29f9737105cd (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /bin/test
parent81a9cdbadf8c9d940d4fe9a2a0de607dee1f5f1a (diff)
downloaddispatch-394f1ed37ce860da6fdc385769bf29f9737105cd.tar.gz
dispatch-394f1ed37ce860da6fdc385769bf29f9737105cd.zip
chore: genesis — remove all files to rebuild from scratch (arch rewrite)
Diffstat (limited to 'bin/test')
-rwxr-xr-xbin/test10
1 files changed, 0 insertions, 10 deletions
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 "$@"