Skip to content

Commit

Permalink
add debug info to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cpunion committed Nov 20, 2024
1 parent 0d52c7f commit 7942989
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,11 @@ jobs:

- name: Test gopy
run: |
set -x
gopy init $HOME/foo
cd $HOME/foo
gopy build -v .
export INJECT_DEBUG=1
gopy run -v .
gopy install -v .
Expand Down

0 comments on commit 7942989

Please sign in to comment.