mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-01-09 15:38:08 -05:00
fix: fix go test workflow (#84)
This commit is contained in:
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
@@ -76,4 +76,4 @@ jobs:
|
||||
run: go build -v ./...
|
||||
|
||||
- name: Run tests
|
||||
run: go test -race -exclude=../tests -v ./...
|
||||
run: go test -race -v ./...
|
||||
|
||||
Reference in New Issue
Block a user