debugging for context in github action

This commit is contained in:
Michael Shaw
2022-10-17 15:55:46 -04:00
parent 1214c3472b
commit c24d09fe8b
2 changed files with 2 additions and 1 deletions
+2
View File
@@ -36,6 +36,8 @@ jobs:
- name: Run unit tests
run: |
go env
ls -tlh
make test
statediff-unit-test:
-1
View File
@@ -50,7 +50,6 @@ ios:
@echo "Import \"$(GOBIN)/Geth.framework\" to use the library."
test: all
go work use .
$(GORUN) build/ci.go test -v
#GO111MODULE=on GOMOD="/dev/null" GOWORK="" go test -p 1 ./... -v