From d59ec524e9da6f79d6b132a258302b5908e55f3c Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Fri, 18 Jul 2025 17:23:01 +0000 Subject: [PATCH] test(i18n): build anubis so that the smoke test doesn't backoff timeout Signed-off-by: Xe Iaso --- test/i18n/test.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/i18n/test.sh b/test/i18n/test.sh index bfe9e8f..3d6a16f 100755 --- a/test/i18n/test.sh +++ b/test/i18n/test.sh @@ -11,9 +11,8 @@ trap cleanup EXIT SIGINT # Build static assets (cd ../.. && npm ci && npm run assets) -# Spawn three jobs: +go tool anubis --help 2>/dev/null ||: -# HTTP daemon that listens over a unix socket (implicitly ./unixhttpd.sock) go run ../cmd/unixhttpd & go tool anubis \