From 7fc4fc8eb61d2c5657b2be09850666364f97e6ed Mon Sep 17 00:00:00 2001 From: Cerebrovinny Date: Sat, 11 Jan 2025 20:49:06 +0000 Subject: [PATCH] workflow --- .github/workflows/test.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ce2d45555..b21e24ee7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -142,7 +142,12 @@ jobs: - name: Acceptance tests timeout-minutes: 10 - run: make testacc + uses: robherley/go-test-action@v0 + with: + packages: ./tests + args: -test.v=false + env: | + TEST_VERBOSITY=quiet docker: name: "Docker Lint"