fix(ci): run go tests in serve/ module dir

This commit is contained in:
2026-08-10 22:00:12 +01:00
parent 170d6ea6f6
commit b1a7ee0d5f
+2 -1
View File
@@ -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: |