From 3578d76566e5a4be343b4d8c9a8daef24ce9b043 Mon Sep 17 00:00:00 2001 From: Nathan <148575555+nathan-artie@users.noreply.github.com> Date: Thu, 3 Oct 2024 14:27:00 -0700 Subject: [PATCH] github: run tests just once --- .github/workflows/gha-go-test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/gha-go-test.yml b/.github/workflows/gha-go-test.yml index 7106a8f00..d1b821474 100644 --- a/.github/workflows/gha-go-test.yml +++ b/.github/workflows/gha-go-test.yml @@ -20,9 +20,7 @@ jobs: make static - name: Run vet run: make vet - - name: Run tests - run: make test - - name: Run race condition check + - name: Run tests + race condition check run: make race - name: Check Go files are properly formatted run: test -z $(gofmt -l .)