From 2cb1332bad72e1a42641c4bb18bdc1519afafb4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=94=A1=E7=A7=80=E5=90=89?= <84045975+thc1006@users.noreply.github.com> Date: Thu, 17 Jul 2025 05:16:32 +0800 Subject: [PATCH] Update build-test.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 蔡秀吉 <84045975+thc1006@users.noreply.github.com> --- .github/workflows/build-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index db6d20a03..5c2aff1a7 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -26,11 +26,11 @@ jobs: with: go-version: '${{ env.GOLANG_VERSION }}' check-latest: true - - name: Install golangci-lint - run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.50.1 - name: Test source headers are present run: make test-source-headers - name: Run unit tests run: make test-coverage + env: + TESTFLAGS: "-count=2 -shuffle=on" - name: Test build run: make build