Skip to content

Commit d3c2025

Browse files
committed
add debug info to ci
1 parent 6c6dc2b commit d3c2025

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,15 @@ jobs:
9595
run: go install -v ./...
9696

9797
- name: Test with coverage
98-
run: go test -v -coverprofile=coverage.txt -covermode=atomic ./...
98+
run: go test -coverprofile=coverage.txt -covermode=atomic ./...
9999

100100
- name: Test gopy
101101
run: |
102+
set -x
102103
gopy init $HOME/foo
103104
cd $HOME/foo
104105
gopy build -v .
106+
export GP_INJECT_DEBUG=1
105107
gopy run -v .
106108
gopy install -v .
107109

0 commit comments

Comments
 (0)