From 058fb0d3a2f795d1c897eb5ac88ec1cb80de556f Mon Sep 17 00:00:00 2001 From: Kenny Leung Date: Thu, 24 Oct 2024 22:26:27 -0700 Subject: [PATCH] fix Signed-off-by: Kenny Leung --- .github/workflows/go-test.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/go-test.yaml b/.github/workflows/go-test.yaml index 45dcfd8..36c853b 100644 --- a/.github/workflows/go-test.yaml +++ b/.github/workflows/go-test.yaml @@ -37,5 +37,4 @@ jobs: check-latest: true - run: | - # Exclude running unit tests against third_party repos. - go test -race $(go list ./... | grep -v third_party/) + go test -race ./...