mirror of
https://github.com/multica-ai/multica.git
synced 2026-06-16 19:29:26 +02:00
fix: run make test command (#449)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
@@ -100,6 +100,8 @@ pnpm test || { EXIT_CODE=1; exit 1; }
|
||||
# --------------------------------------------------------------------------
|
||||
echo ""
|
||||
echo "==> [3/5] Go tests..."
|
||||
echo "==> Running database migrations..."
|
||||
(cd server && go run ./cmd/migrate up) || { EXIT_CODE=1; exit 1; }
|
||||
(cd server && go test ./...) || { EXIT_CODE=1; exit 1; }
|
||||
|
||||
# --------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user