Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/fresh-clone-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
- name: go test (count=1, no cache)
id: gotest
working-directory: repo
shell: bash
run: |
set -o pipefail
go test -count=1 -timeout 300s ./... 2>&1 | tee ../go-test.log
Expand Down
Loading