diff --git a/.github/workflows/run-acceptance-tests.yml b/.github/workflows/run-acceptance-tests.yml index 2e4377bfb2..10fdb7b745 100644 --- a/.github/workflows/run-acceptance-tests.yml +++ b/.github/workflows/run-acceptance-tests.yml @@ -323,7 +323,7 @@ jobs: - nodejs - python - dotnet - # - go // temporarily removed + - go nodeversion: - 13.x pythonversion: diff --git a/Makefile b/Makefile index fd1856d4ec..e493253169 100644 --- a/Makefile +++ b/Makefile @@ -99,16 +99,14 @@ test_fast:: cd tests/sdk/nodejs && $(GO_TEST_FAST) ./... cd tests/sdk/python && $(GO_TEST_FAST) ./... cd tests/sdk/dotnet && $(GO_TEST_FAST) ./... -# TODO: re-enable Go SDK tests once CI OOM errors are fixed. - #cd tests/sdk/go && $(GO_TEST_FAST) ./... + cd tests/sdk/go && $(GO_TEST_FAST) ./... test_all:: cd provider/pkg && $(GO_TEST) ./... cd tests/sdk/nodejs && $(GO_TEST) ./... cd tests/sdk/python && $(GO_TEST) ./... cd tests/sdk/dotnet && $(GO_TEST) ./... -# TODO: re-enable Go SDK tests once CI OOM errors are fixed. - #cd tests/sdk/go && $(GO_TEST) ./... + cd tests/sdk/go && $(GO_TEST) ./... generate_schema:: schema