From 608551c522ce46834b845351218d09538d111284 Mon Sep 17 00:00:00 2001 From: Marcus Kok Date: Fri, 8 Mar 2024 21:36:29 -0500 Subject: [PATCH] fix ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c44ff98..5c78f2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,4 +15,4 @@ jobs: - name: Install dependencies run: go get . - name: Test with Go CLI - run: go test ./test + run: go test -v ./test