From b1a7ee0d5fd090f8c9d75b599965a41f62a9c04a Mon Sep 17 00:00:00 2001 From: Andriy Oblivantsev Date: Mon, 10 Aug 2026 22:00:12 +0100 Subject: [PATCH] fix(ci): run go tests in serve/ module dir --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 706d2a0..02c33d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,8 @@ jobs: - name: Go serve tests (async, goroutine-bounded) run: | go vet ./... - go test ./serve/... -count=1 + go test ./... -count=1 + working-directory: serve - name: facts/audit self (lexicon consistency, no network) run: |