From 3dd76f9d45aeb454ac6c6844b25c3e2a15e92d30 Mon Sep 17 00:00:00 2001 From: Zhiwei Liang Date: Wed, 20 Mar 2024 02:11:25 -0400 Subject: [PATCH] Call make unit-test again in test workflow --- .github/workflows/go-test-multiplatform.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go-test-multiplatform.yml b/.github/workflows/go-test-multiplatform.yml index 098be93e..f0f05689 100644 --- a/.github/workflows/go-test-multiplatform.yml +++ b/.github/workflows/go-test-multiplatform.yml @@ -40,7 +40,7 @@ jobs: go-version: ${{ needs.get-go-version.outputs.go-version }} - run: | echo "Testing with Go ${{ needs.get-go-version.outputs.go-version }}" - go test -race -count 1 ./builder/linode/... -timeout=3m -v + make unit-test windows-go-tests: needs: @@ -55,7 +55,7 @@ jobs: # Running unit tests directly with `go test` due to gofmt/gofumpt issues in Windows - run: | echo "Testing with Go ${{ needs.get-go-version.outputs.go-version }}" - go test -race -count 1 ./builder/linode/... -timeout=3m -v + make unit-test linux-go-tests: needs: