diff --git a/.github/workflows/go-tests.yml b/.github/workflows/go-tests.yml index 35f149b..e4dd0f2 100644 --- a/.github/workflows/go-tests.yml +++ b/.github/workflows/go-tests.yml @@ -25,4 +25,4 @@ jobs: run: | cd server go mod download - go test ./... - + go test ./... -v