diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 92eed39..3d842ec 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: with: go-version: '1.22' - uses: actions/checkout@v4 - - run: go test -v -coverprofile=profile.cov ./... + - run: go test -coverprofile=profile.cov ./... env: DB_HOST: localhost DB_PASSWORD: postgres