Skip to content

Commit 90894a0

Browse files
Merge pull request #234 from nudgebee/refactor/llm-observability-pipeline
refactor: LLM observability pipeline + structured log level detection
1 parent 30c23cd commit 90894a0

20 files changed

Lines changed: 2307 additions & 1624 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
go install golang.org/x/tools/cmd/goimports@latest
2626
files=$(goimports -l .); if [[ -n "$files" ]]; then echo "$files"; exit 1; fi
2727
- run: go vet ./...
28-
- run: go test ./...
28+
- run: go test $(go list ./... | grep -v '/containers$')
2929
- run: go build -mod=readonly .

0 commit comments

Comments
 (0)