fix(ci): run go tests in serve/ module dir
This commit is contained in:
@@ -41,7 +41,8 @@ jobs:
|
|||||||
- name: Go serve tests (async, goroutine-bounded)
|
- name: Go serve tests (async, goroutine-bounded)
|
||||||
run: |
|
run: |
|
||||||
go vet ./...
|
go vet ./...
|
||||||
go test ./serve/... -count=1
|
go test ./... -count=1
|
||||||
|
working-directory: serve
|
||||||
|
|
||||||
- name: facts/audit self (lexicon consistency, no network)
|
- name: facts/audit self (lexicon consistency, no network)
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user