mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-02-13 08:35:15 -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