From a98f4c8d07466704f67acdfa3da78e4ee05a48b8 Mon Sep 17 00:00:00 2001 From: knative-automation Date: Sun, 16 May 2021 22:31:23 -0700 Subject: [PATCH] Update actions (#468) Signed-off-by: Knative Automation --- .github/workflows/knative-go-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/knative-go-build.yaml b/.github/workflows/knative-go-build.yaml index 676a24b2..da2ffd01 100644 --- a/.github/workflows/knative-go-build.yaml +++ b/.github/workflows/knative-go-build.yaml @@ -61,4 +61,4 @@ jobs: tr '\n' ' ')" echo "Building with tags: ${tags}" - go test -vet=off -tags "${tags}" -run=^$ ./... + go test -vet=off -tags "${tags}" -exec echo ./...