Add more debug
Some checks failed
Self Test / test (push) Failing after 5s

This commit is contained in:
wispem-wantex 2025-06-07 07:14:29 -04:00
parent 66ef9ecb94
commit 99d988b65a

View File

@ -27,7 +27,13 @@ jobs:
run: wc -l checkout.go
- name: Go build
run: go build -o checkout ./checkout.go
run: |
go env
ls -lah `go env GOPATH`
ls -lah `go env GOCACHE`
ls -lah `go env GOMODCACHE`
go build -o checkout ./checkout.go
- name: Run checkout
run: |