Skip to content

Commit be0f08d

Browse files
committed
Remove Go from TEST_ALL for now
1 parent 21685f5 commit be0f08d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ LANG_NEW := \
7373
# All the language test rules (like `test-runtime-perl`):
7474
TEST_ALL := $(LANG_ALL:%=test-runtime-%)
7575

76+
# Remove Go from TEST_ALL for now:
77+
TEST_ALL := $(patsubst test-runtime-go,,$(TEST_ALL))
78+
7679
# All the language specific runtime code branches (like `run/perl`):
7780
RUNTIME_ALL := $(LANG_ALL:%=runtime/%)
7881

0 commit comments

Comments
 (0)