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