From c24d09fe8bab3cc158237f6898a93a35205e3e58 Mon Sep 17 00:00:00 2001 From: Michael Shaw Date: Mon, 17 Oct 2022 15:55:46 -0400 Subject: [PATCH] debugging for context in github action --- .github/workflows/tests.yml | 2 ++ Makefile | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 94a9b02b8..e99148e18 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,6 +36,8 @@ jobs: - name: Run unit tests run: | + go env + ls -tlh make test statediff-unit-test: diff --git a/Makefile b/Makefile index 1cc377b62..583f56715 100644 --- a/Makefile +++ b/Makefile @@ -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