Skip to content

Commit

Permalink
See if removing -v from the test command avoids confusing github acti…
Browse files Browse the repository at this point in the history
…ons that tests are failing when they're passing
  • Loading branch information
williammoran committed Apr 27, 2024
1 parent 6064eac commit 65cc807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 65cc807

Please sign in to comment.