Skip to content

Commit

Permalink
Improve tests logging
Browse files Browse the repository at this point in the history
  • Loading branch information
const-cloudinary committed Jan 29, 2025
1 parent 89ef2a5 commit 7eabdda
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,8 @@ jobs:
echo "CLOUDINARY_URL=$CLOUDINARY_URL" >> $GITHUB_ENV
echo "cloud_name: $(echo $CLOUDINARY_URL | cut -d'@' -f2)"
- name: Install gotestsum
run: go install gotest.tools/gotestsum@latest

- name: Run tests
run: go test -v ./...
run: gotestsum --format short -- ./...

0 comments on commit 7eabdda

Please sign in to comment.