Skip to content

Commit

Permalink
TEMP - add more logging to CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
j0sh committed Aug 7, 2024
1 parent 6651b6f commit 6a3af6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Test
shell: bash
run: PATH="/github/home/compiled/bin:$PATH" go test -coverprofile cover.out ./...
run: PATH="/github/home/compiled/bin:$PATH" go test -coverprofile cover.out -v ./...

- name: Upload coverage reports
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 6a3af6f

Please sign in to comment.