fix: fix go test workflow (#84)

This commit is contained in:
Wenxin Du
2024-11-19 17:25:59 -05:00
committed by GitHub
parent fa03376bbc
commit 8c2c373d35

View File

@@ -76,4 +76,4 @@ jobs:
run: go build -v ./...
- name: Run tests
run: go test -race -exclude=../tests -v ./...
run: go test -race -v ./...