Skip to content

Commit

Permalink
feat: Add test output in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobefu committed Jan 18, 2025
1 parent e504ead commit d87a6fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:

- name: Run tests
run: |
go test "./..." -coverprofile="test-results/coverage.out" -covermode=count
go test "./..." -coverprofile="test-results/coverage.out" -covermode=count -json > test-results/test-report.out
- name: Delete the .env.test file after tests are completed
Expand Down

0 comments on commit d87a6fb

Please sign in to comment.