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 .)