From 9aa00f030988a7983d3859ce29fc8949d9555d1d Mon Sep 17 00:00:00 2001 From: Matthieu MOREL Date: Thu, 18 Jan 2024 08:13:34 +0100 Subject: [PATCH] Update ci-windows.yml --- .github/workflows/ci-windows.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 8bee2b1ab7..9f868aa8f0 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -50,9 +50,7 @@ jobs: - name: go test timeout-minutes: 30 - run: | - go install gotest.tools/gotestsum@latest - gotestsum --format short-verbose --rerun-fails=5 --packages="./..." --junitfile TEST-unit.xml -- -timeout=30m + run: make test-unit - name: Create success status uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1